depgraph-maven-plugin
mvn dependency:tree
mvn com.github.ferstl:depgraph-maven-plugin:graph
mvn com.github.ferstl:depgraph-maven-plugin:graph -DshowVersions -DshowGroupIds -DshowDuplicates -DshowConflicts
# aggregate-by-groupid
mvn com.github.ferstl:depgraph-maven-plugin:aggregate -DshowVersions -DshowGroupIds -DshowDuplicates -DshowConflicts
prop | for |
---|---|
graphFormat | dot,puml,gml,txt,json |
includes | |
excludes | org.springframework:spring-web* |