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 components to be instantiated:
org.apache.maven.shared.dependency.tree.DependencyTreeBuilder
org.apache.maven.project.MavenProject
org.apache.maven.artifact.repository.ArtifactRepository (local repository)
org.apache.maven.artifact.factory.ArtifactFactory
org.apache.maven.artifact.metadata.ArtifactMetadataSource
org.apache.maven.artifact.resolver.filter.ArtifactFilter
org.apache.maven.artifact.resolver.ArtifactCollector

I need to check if those remain stable between Maven 2 and 3.  If I find
some answers, I'll post back.
-- 
View this message in context: 
http://old.nabble.com/API-to-find-%22effective-direct%22-dependencies-tp27637812p27653141.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to