Thank you - let me digest.... -----Original Message----- From: Luke Patterson [mailto:[email protected]] Sent: Thursday, December 11, 2008 10:46 AM To: Maven Users List Subject: Re: dependency.getDependencies()
On Thu, Dec 11, 2008 at 9:25 AM, EJ Ciramella <[email protected]> wrote: > is there a way to get ALL dependencies (including transitive ones)? It sounds like this thread might help: http://www.nabble.com/How-to-get-all-dependecy-in-a-mojo---td19533728.ht ml#a19533728 > depth first dependency traversing package When my mojo needed needed a hierarchical view of the dependency tree, I used the API that dependency:tree uses: org.apache.maven.shared.dependency.tree.DependencyNode http://maven.apache.org/shared/maven-dependency-tree/apidocs/org/apache/ maven/shared/dependency/tree/DependencyNode.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
