标签: maven intellij-idea plugins dependency-tree
运行以下命令时,可以查看文件中的依赖关系树。
mvn依赖项:tree -DoutputFile = dependency_tree.txt
我将IntellIJ用作我的IDE,并希望在插件下查看同一棵树。
类似于站点,源代码,Spotbug,我也希望看到依赖树的插件。
我应该对pom进行哪些更改?