On Thursday 21 August 2008 8:39:30 am houzecl wrote:
> Is there any standard java api (e.g. using Maven Dependency Plugin api if
> any) for getting a full dependency tree from a pom ?
>
> thanks for any hint

      <groupId>org.apache.maven.shared</groupId>
      <artifactId>maven-dependency-tree</artifactId>

You can actually look at the shade plugin.   The shade plugin uses it to 
reduce the dependency graph after shading.

-- 
Daniel Kulp
[EMAIL PROTECTED]
http://www.dankulp.com/blog

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to