Re: API to find effective-direct dependencies

2010-02-19 Thread lukewpatterson
ronatartifact wrote: How is this different from what Eclipse shows? Can you use their code from the Pom editor? Thanks, Ron, I'll look into that too. My initial investigations lead me to DependencyNode: org.apache.maven.shared.dependency.tree.DependencyNode It needs a few other

API to find effective-direct dependencies

2010-02-18 Thread lukewpatterson
-- It was suggested [1] that I ask this question in a new thread, it might have gotten lost in the noise -- I'm looking for existing API that will give me a MavenProject's effective-direct dependencies, taking into account grouped dependencies [2]. By effective-direct dependencies, I mean: all

Re: API to find effective-direct dependencies

2010-02-18 Thread Ron Wheeler
How is this different from what Eclipse shows? Can you use their code from the Pom editor? Ron lukewpatterson wrote: -- It was suggested [1] that I ask this question in a new thread, it might have gotten lost in the noise -- I'm looking for existing API that will give me a MavenProject's