如何通过指示器列表对 Maven 子模块的依赖性使 GitHub 依赖性 graph/Used?
How can I make GitHub Dependency graph/Used by indicator list dependencies on Maven sub modules?
我注意到 GitHub 上的新 "Used by" 指示器出现在 my project pages. However, nobody (well, actually, there is one single project) has dependencies directly on the parent project, dependencies are typically on the sub modules. So the indicator looks kind of silly and does not reflect the real usage of the project. The same issue applies for the "Dependency graph" 上,它也列出了相同的孤独项目。
该项目使用 Maven 进行项目定义 (pom.xml
),这似乎是 GitHub 选择并用于确定依赖项的方式。
如何配置此 GitHub 功能,使其也涵盖对子模块的依赖?或者,是否可以配置哪些模块应该用于依赖跟踪?鉴于 Maven 项目的流行,而且这是一个非常标准的 Maven 设置,我确实觉得 GitHub 不自动执行此操作有点奇怪。我可以对 Maven POM 做些什么来 help/force GitHub 做我想做的事吗?
我不确定现在 GitHub 是否是标准工作方式,但至少我与 GitHub 支持人员进行了交谈,他们通过添加依赖项解决了我项目的问题对于子模块。
我注意到 GitHub 上的新 "Used by" 指示器出现在 my project pages. However, nobody (well, actually, there is one single project) has dependencies directly on the parent project, dependencies are typically on the sub modules. So the indicator looks kind of silly and does not reflect the real usage of the project. The same issue applies for the "Dependency graph" 上,它也列出了相同的孤独项目。
该项目使用 Maven 进行项目定义 (pom.xml
),这似乎是 GitHub 选择并用于确定依赖项的方式。
如何配置此 GitHub 功能,使其也涵盖对子模块的依赖?或者,是否可以配置哪些模块应该用于依赖跟踪?鉴于 Maven 项目的流行,而且这是一个非常标准的 Maven 设置,我确实觉得 GitHub 不自动执行此操作有点奇怪。我可以对 Maven POM 做些什么来 help/force GitHub 做我想做的事吗?
我不确定现在 GitHub 是否是标准工作方式,但至少我与 GitHub 支持人员进行了交谈,他们通过添加依赖项解决了我项目的问题对于子模块。