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.html#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]

Reply via email to