Re: Problem listing a projects deps transitivly

2006-10-09 Thread Mark Hobson
You may be interested in http://jira.codehaus.org/browse/MPH-14. It's on my todo list if I can find the time.. Mark On 07/10/06, Jason Dillon <[EMAIL PROTECTED]> wrote: I've been trying for several weeks to figure out how to get a list of the dependencies of a project, or an artifact transitiv

RE: Problem listing a projects deps transitivly

2006-10-07 Thread Brian E. Fox
Take a look at the maven-dependency-plugin. There is a transitivityFilter class that does what you want. It's essentially like this: project.getArtifacts is all dependencies including transitive. Project.getDependencies are all non transitive dependencies. To get the list of transitive, you need to