From ivy-user-return-5364-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Wed Jun 03 06:36:29 2009 Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 3015 invoked from network); 3 Jun 2009 06:36:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jun 2009 06:36:29 -0000 Received: (qmail 64152 invoked by uid 500); 3 Jun 2009 06:36:41 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 64088 invoked by uid 500); 3 Jun 2009 06:36:40 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 64078 invoked by uid 99); 3 Jun 2009 06:36:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 06:36:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 06:36:31 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MBk54-0004xW-7B for ivy-user@ant.apache.org; Tue, 02 Jun 2009 23:36:10 -0700 Message-ID: <23846160.post@talk.nabble.com> Date: Tue, 2 Jun 2009 23:36:10 -0700 (PDT) From: Saberex To: ivy-user@ant.apache.org Subject: How to switch off transitive maven2 dependencies while building with ivy2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: Saberex@gmx.net X-Virus-Checked: Checked by ClamAV on apache.org Hi to all, I =C2=B4am thinking about how ivy2 is resolving dependencies. The build of my artefacts is ported from IVY 1.4 to IVY 2. Since that time some of the developers started a new project build with mvn2. My problem now is that the jars in the mvn2 build are newer and higher versioned than the ivy2 jars. I need the resulting mvn2 artefacts for the ivy2 build but not the other in the mvn2 pom declared dependencies. I know how to get ivy2 to download the needed artefact from my maven repo but it downloads all dependencies and pu= t then on the classpath and the tests at the end are failing.=20 Thanks for your help=20 Saberex --=20 View this message in context: http://www.nabble.com/How-to-switch-off-trans= itive-maven2-dependencies-while-building-with-ivy2-tp23846160p23846160.html Sent from the ivy-user mailing list archive at Nabble.com.