标签: maven dependencies report ivy graphml
我想为我的本地Maven存储库中的所有内部制作工件创建一个GraphML存储库报告,类似于repreport target (ant/ivy)。
到目前为止,我发现:
还有其他 - 阅读:更优雅和类似maven的解决方案?
答案 0 :(得分:0)
您是否尝试过使用graphml output type?
mvn dependency:tree -Doutput=/path/to/file.graphml -DoutputType=graphml