Kenney Westerhof wrote:
You can use this project [1] to get the proper relationships.
Thanks, this already helps me a lot further.
AFAIK the plan is to use [1] in maven itself (in 2.1) so that all mojo's
will have access to a consistent set of dependency relationships.
It would be better thou
Hi,
You can use this project [1] to get the proper relationships.
Also you could take a look at the maven-project-info-reports-plugin [2],
which has a report that creates a dependency tree page.
Note however that using this code might result in different results
than are used by maven internally
Hi all
I'm currently developping a maven plugin for which I need to be able to
navigate over the dependencies (and transitive dependencies) of a
project. I manage to get all dependencies, but I don't manage to get
dependency relations between those dependencies.
I'll try to explain myself wi