That still doesn't return a dependency of a dependency where the last
one is of scope provided.

A depends on B depends on C

A to B is provided
B to C is provided

B shows up C does not. 

-----Original Message-----
From: sirly...@gmail.com [mailto:sirly...@gmail.com] On Behalf Of John
Stoneham
Sent: Thursday, December 11, 2008 1:20 PM
To: Maven Users List
Subject: Re: dependency.getDependencies()

> On Thu, Dec 11, 2008 at 9:25 AM, EJ Ciramella
<ecirame...@upromise.com> wrote:
>> is there a way to get ALL dependencies (including transitive ones)?

Marking your mojo with "@requiresDependencyResolution test" ought to
resolve all this out for you and populate the artifacts variables on the
MavenProject object.

- John

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


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

Reply via email to