Is there a CLI tool I can use to quickly view the transitive dependencies of a Maven pom.xml file?
|
feedback
|
|
On the CLI, use Otherwise, the POM Editor in M2Eclipse (Maven integration for Eclipse) is very good, and it includes a hierarchical dependency view. | ||||
|
feedback
|