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 <[email protected]> > > Hi to all, > > I ´am 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 > 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-while-building-with-ivy2-tp23846160p23846160.html > Sent from the ivy-user mailing list archive at Nabble.com. > >
