Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D4415200B12 for ; Sun, 12 Jun 2016 10:27:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D2E29160A2C; Sun, 12 Jun 2016 08:27:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 275BE160A06 for ; Sun, 12 Jun 2016 10:27:20 +0200 (CEST) Received: (qmail 98354 invoked by uid 500); 12 Jun 2016 08:27:19 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 98342 invoked by uid 99); 12 Jun 2016 08:27:18 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jun 2016 08:27:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 71DB6C19FC for ; Sun, 12 Jun 2016 08:27:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.428 X-Spam-Level: X-Spam-Status: No, score=-1.428 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-1.426, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id JcGloYM5BCW8 for ; Sun, 12 Jun 2016 08:27:14 +0000 (UTC) Received: from vps.schulte.it (vps.schulte.it [176.28.31.178]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 1048D5F307 for ; Sun, 12 Jun 2016 08:27:14 +0000 (UTC) Received: from t60.schulte.it (p5DE9041D.dip0.t-ipconnect.de [93.233.4.29]) (authenticated bits=0) by vps.schulte.it (8.14.3/8.14.3/Debian-9.4) with ESMTP id u5C8R6I5027961 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Sun, 12 Jun 2016 10:27:07 +0200 X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.99 at vps.schulte.it Subject: Re: Preleminary Maven 3.4.0-SNAPSHOT Testing To: Maven Users List References: <5b57fe47-9869-6879-a828-c489ac62746a@gmx.de> <91528f12-0375-9c9a-ba2a-ea9fedbc612b@gmx.de> From: Christian Schulte Message-ID: <575D1CDA.3090307@schulte.it> Date: Sun, 12 Jun 2016 10:27:06 +0200 User-Agent: Mozilla/5.0 (X11; OpenBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.3.7 (vps.schulte.it [176.28.31.178]); Sun, 12 Jun 2016 10:27:07 +0200 (CEST) archived-at: Sun, 12 Jun 2016 08:27:21 -0000 Am 06/12/16 um 00:03 schrieb Mirko Friedenhagen: > Hello Karl-Heinz, > > I tried this with 2 projects, firstly an inhouse project and it choked with: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.19:test > (default-test) on project ui-mamido-qamove: Execution default-test of > goal org.apache.maven.plugins:maven-surefire-plugin:2.19:test failed: > There was an error in the forked process > > [ERROR] org.apache.maven.surefire.util.SurefireReflectionException: > java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing You are managing a transitive dependency to 'test' scope which isn't transitive. You need to move that transitive dependency up one level to make it a direct dependency. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org