如何使用 Maven 创建 GraphML 存储库报告?

发布于 2024-12-01 06:30:42 字数 441 浏览 0 评论 0原文

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

到目前为止,我发现:

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

I want to create a GraphML repository report for all in-house made artifacts in my local Maven repository similar to the repreport target (ant/ivy).

so far i found:

  • create mega-pom which includes just all artefacts (600+) and run dependency:tree with type=graphml on it
  • use the repreport target (ant/ivy) directly with the maven-ant plugin

Are there other - read: more elegant and maven-like - solutions ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

饮湿 2024-12-08 06:30:42

您是否尝试过使用 graphml 输出类型

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

Have you tried using the graphml output type?

mvn dependency:tree -Doutput=/path/to/file.graphml -DoutputType=graphml
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文