【问题标题】:How to create a GraphML repository report with Maven?如何使用 Maven 创建 GraphML 存储库报告?
【发布时间】:2011-11-02 13:42:23
【问题描述】:

我想为本地 Maven 存储库中的所有内部制作的工件创建一个 GraphML 存储库报告,类似于repreport target (ant/ivy)

到目前为止我发现:

  • 创建仅包含所有人工制品 (600+) 的 mega-pom 并运行带有 type=graphml 的依赖项:树
  • repreport target (ant/ivy) 直接与maven-ant 插件一起使用

还有其他 - 阅读:更优雅和类似 maven 的解决方案吗?

【问题讨论】:

    标签: maven dependencies report ivy graphml


    【解决方案1】:

    您是否尝试过使用graphml output type

    mvn dependency:tree -Doutput=/path/to/file.graphml -DoutputType=graphml
    

    【讨论】:

    • 如果你真的喜欢 ivy 报告,你可以使用 XSLT 从你的 POM 生成一个 ivy.xml :-)
    猜你喜欢
    • 1970-01-01
    • 2021-06-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-01-29
    • 2012-11-29
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多