如果 dependencyManagement 集中了依赖项的版本控制,那么什么集中了插件的版本控制呢?
我想将插件版本的特定声明从特定的 pom 中移出到更高的 pom 中。这个想法是集中插件的版本控制,就像我通过父 pom 的 dependencyManagement 元素处理依赖项一样。有办法做到这一点吗?
I would like to move specific declarations of plugin versions up out of the specifc poms into a higher pom. The idea is to centralize the versioning of the plugins just like I do with dependencies via the dependencyManagement element of the parent pom. Is there a way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
插件管理
pluginManagement
http://maven.apache.org/pom.html#Plugin_Management
http://maven.apache.org/pom.html#Plugin_Management