Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0-beta-9
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
If you release a POM this plugin will add mergeId node. This node only allowed for internal use. But this version of POM will publish to repository: http://maven.apache.org/ref/2.1.0/maven-model/maven.html
<resources>
<resource>
<mergeId>resource-0</mergeId>
<directory>src/main/resources</directory>
</resource>
</resources>
<testResources>
<testResource>
<mergeId>resource-1</mergeId>
<directory>src/test/resources</directory>
</testResource>
</testResources>
Issue Links
- relates to
-
MNG-4945
Remove mergeId from public POM
-
This problem has started with version 2.0-beta-8 and is in 2.0-beta-9, too.
In version 2.0-beta-7 no mergeId will be published