maven scm url 生成
目前正在做一些重构。整合模块并创建新模块。有没有办法让 Maven 为每个 Maven 模块生成 scm url,而不是我手动遍历每个模块?
Currently doing some refactoring. Consolidating modules and creating new ones. Is there a way for Maven to generate the scm urls for each maven module rather than me going thru each module manually?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我怀疑现有的插件是否可以做到这一点。
即使 Maven 能够确定该模块正在使用哪个 SCM,确定源代码是该 SCM 的哪个分支/标签/主干也是一项艰巨的工作。
I doubt if any existing plugin does this.
Even if Maven were to figure out which SCM is being used for the module, it would be quite a job to determine which branch/tag/trunk of that SCM the source code is.