On Tue, Feb 15, 2011 at 4:48 AM, Barrie Treloar <baerr...@gmail.com> 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