I am trying to locate an evil plugin that includes a stoneage version of a certain jar file. How do I do that ?
+3
A:
mvn dependency:tree
- shows you a tree of all dependencies including transitive dependencies
Scott Bale
2008-11-24 17:34:04
Note: This only displays project dependencies, not plugin dependencies.
Alex Miller
2008-12-02 20:46:06
A:
There is a more detailed answer here, including how to filter the dependency tree to just see the results you're interested in.
Air
2009-01-05 20:22:17