更新 Maven 多模块项目的位置 scm url
我有一个 Maven 多模块项目。如果我需要分支,我可以使用 maven-versions 插件来浏览我的项目并相当轻松地更新父版本号。是否有类似的插件可以更新我所有 pom 中的 scm 位置?
I have a maven multi module project. If I need to branch, I use the maven-versions plugin to go through my project and update the parent version number rather easily. Is there a similar plugin to update my scm location in all of my poms?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不使用 Maven Release Plugin 及其 < a href="http://maven.apache.org/plugins/maven-release-plugin/branch-mojo.html" rel="noreferrer">
release:branch
mojo那?从创建分支页面:Why don't you use the Maven Release Plugin and its
release:branch
mojo for that? From the Create a branch page: