如何使用 Maven 创建 GraphML 存储库报告?
我想为本地 Maven 存储库中的所有内部制作的工件创建一个 GraphML 存储库报告,类似于 报告目标 (ant/ivy).
到目前为止,我发现:
- 创建 mega-pom,其中仅包含所有人工制品(600+)并运行 dependency:tree 并使用 type=graphml
- 使用 直接使用 maven-ant 插件报告目标 (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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过使用 graphml 输出类型?
Have you tried using the graphml output type?