Re: Dependency Mapping Plug-in

2006-03-17 Thread Carlos Sanchez
There's already some work done, don't repeat yourself http://docs.codehaus.org/display/MAVEN/Dependency+Graphing On 3/18/06, Jay Stramel <[EMAIL PROTECTED]> wrote: > I'm trying to write a dependency mapping plug-in. It was going pretty good > until I tried to deter

RE: Dependency Mapping Plug-in

2006-03-17 Thread Brian E. Fox
Take a look at dependency-maven-plugin source: http://mojo.codehaus.org/dependency-maven-plugin it has code to do that. -Original Message- From: Jay Stramel [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 6:10 PM To: dev@maven.apache.org Subject: Dependency Mapping Plug-in I&#

Dependency Mapping Plug-in

2006-03-17 Thread Jay Stramel
I'm trying to write a dependency mapping plug-in. It was going pretty good until I tried to determine which dependencies are transitive (instead of directly referenced by a project). I haven't been able to figure out how to find this information using the Maven 2 api. Does anyone k