Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Besides google, is there better way to get dependency information for Maven.

share|improve this question

1 Answer

up vote 2 down vote accepted

dependency:tree

As described here

dependency:tree Displays the dependency tree for this project.

refer: http://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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