Is there a CLI tool I can use to quickly view the transitive dependencies of a Maven pom.xml file?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

On the CLI, use mvn dependency:tree
(Here are some additional Usage notes)

Otherwise, the POM Editor in M2Eclipse (Maven integration for Eclipse) is very good, and it includes a hierarchical dependency view.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.