We have lots of internal projects (mostly J2EE applications) that are often dependent on each other. We ususally require these projects to include the dependend. files themselves. As a result we only want to include the first level of dependencies. Ivy does by default get the dependencies recursively (dependencies of dependencies, etc). Is there a way to change that?
For the 'resolve' Ant task set attribute 'transitive' to 'false': <http://ant.apache.org/ivy/history/latest-milestone/use/resolve.html>
-- Kind regards, Johan Stuyts
