Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 77974 invoked from network); 6 Jun 2009 10:16:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jun 2009 10:16:07 -0000 Received: (qmail 80912 invoked by uid 500); 6 Jun 2009 10:16:19 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 80842 invoked by uid 500); 6 Jun 2009 10:16:19 -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 80823 invoked by uid 99); 6 Jun 2009 10:16:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jun 2009 10:16:19 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gscokart@gmail.com designates 209.85.220.207 as permitted sender) Received: from [209.85.220.207] (HELO mail-fx0-f207.google.com) (209.85.220.207) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jun 2009 10:16:09 +0000 Received: by fxm3 with SMTP id 3so2147733fxm.28 for ; Sat, 06 Jun 2009 03:15:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=xZ2Ar6guK1piVQAByivLLJmvf+jBIo5YcWpM+A6o68U=; b=MSLpAmEjs/eHuRw4XxKvK5yPN3PA6adtgDKT5J68neXDDUEj78pjyty++T7ziAfaWf OXqg9DGYZCVsIeI/0Z0unziSLvsl1hPegxs85cwWrRy6Hu3j+R4ms6rPEIBPJSz1hjl/ y4pPkY468Dk3DcosY9PJ+6ycStj8sl2PDEEpA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ICvSLEuedXqDRHlG4q7V6besYCY5ZlTSB2FNf9tqllVMsl+Qk4Mefy4EGuiyCsH1EP ggNdAC7sDJfHIFRq4D2goddPLGFbFK5JIHe0Sr+5jvkCBvK8PLGO/rXB0gK/EkcUzhfK Wz81yutVlQpibek5YiPNYQW31XOK2BpERgNKU= MIME-Version: 1.0 Received: by 10.223.115.193 with SMTP id j1mr2483008faq.85.1244283348286; Sat, 06 Jun 2009 03:15:48 -0700 (PDT) In-Reply-To: <23846160.post@talk.nabble.com> References: <23846160.post@talk.nabble.com> Date: Sat, 6 Jun 2009 12:15:48 +0200 Message-ID: Subject: Re: How to switch off transitive maven2 dependencies while building with ivy2 From: Gilles Scokart To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=001636c5b8eff97be3046bab4ab4 X-Virus-Checked: Checked by ClamAV on apache.org --001636c5b8eff97be3046bab4ab4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'm not sure I understand well your question. Do you have an ivy file in which you declare dependencies coming from a maven repository? To stop the transitivity in that case, you should use some configurations that you declare as non transitive in your ivy file. Gilles Scokart 2009/6/3 Saberex > > Hi to all, > > I =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 th= e > needed artefact from my maven repo but it downloads all dependencies and > put > then on the classpath and the tests at the end are failing. > > Thanks for your help > > Saberex > -- > View this message in context: > http://www.nabble.com/How-to-switch-off-transitive-maven2-dependencies-wh= ile-building-with-ivy2-tp23846160p23846160.html > Sent from the ivy-user mailing list archive at Nabble.com. > > --001636c5b8eff97be3046bab4ab4--