跳到主要内容

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
propfor
graphFormatdot,puml,gml,txt,json
includes
excludesorg.springframework:spring-web*