On 15/02/2011 7:56 AM, Laird Nelson wrote:
On Tue, Feb 15, 2011 at 4:48 AM, Barrie Treloar<[email protected]>  wrote:

Is something like this
http://maven.apache.org/plugins/maven-dependency-plugin/
what you want?

Try
mvn dependency:tree

That works fine for when I'm outputting dependencies to the screen (actually
it doesn't; Maven no longer uses the same algorithm internally).

I would like to feed this hypothetical API (which I'm coming to realize
doesn't exist) a set of Artifacts, resolve them if necessary, though since
I'm using it in a plugin resolution would have already occurred, and then
receive back a sorted List of such Artifacts.

Like ProjectSorter, but with Artifacts instead.

L

Doesn't your IDE do this already?

Ron

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to