Saturday, January 12, 2008

Maven2 Dependency plugin is cool

I got some dependency issues that certain jars got included and I need to find out where the dependencies come from. After downloading the maven-dependency-plugin of version 2.0-alpha-5-SNAPSHOT, just running:
mvn dependency:tree
then you will know which jars are pulled in by which.

Pretty coll and thanks for the good work. Hope you can release a new version early-:)

No comments: