Question

I am trying to locate an evil plugin that includes a stoneage version of a certain jar file. How do I do that ?

Was it helpful?

Solution

also, mvn -X will spit out all kinds of info, i believe it includes dependency versions.

OTHER TIPS

mvn dependency:resolve-plugins gives a list of dependencies for each plugin

mvn dependency:tree - shows you a tree of all dependencies including transitive dependencies

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top