【发布时间】:2014-07-22 22:41:36
【问题描述】:
我有两个关于 Maven pom 和插件配置的通用问题
- 在超级 pom 中它被称为
<!-- NOTE: These plugins will be removed from future versions of the super POM -->。
他们为什么要移动它以及将它移动到哪里? - 根据this,我们不需要在插件配置中指定“org.apache.maven.plugins & org.codehaus.mojo”组ID。
maven 如何以及为什么单独使用这两个组 ID?
【问题讨论】: