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 with an example. Say we have a project ROOT;
ROOT depends on project A; project A depends on project B.
If I do ROOT.getDependencies(), I only get project A; without knowning
that A depends on B.
If I use the ArtifactResolver.resolveTransitively() method, I can get a
set containing A and B, but the information that A depends on B seems to
be lost.
So what I would like to have is for example a way to find the
dependencies of ROOT (=A) and then (recursively) the dependencies of A
(=B), etc.
thanx in advance
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]