Viewing a dependency tree in Maven
2010-06-08 | Filed Under Uncategorized
To find out what dependencies you are getting and from where, execute “mvn dependency:tree”. Send it to a file using “mvn dependency:tree -Doutput=file”.
Comments
One Response to “Viewing a dependency tree in Maven”
Leave a Reply
Here’s another approach to visualizing dependencies:
http://www.alternatecomputing.com/node/11