Releasing publich nodes with mergeID, but this node only for internal use and
not valid with XSD
------------------------------------------------------------------------------------------------
Key: MRELEASE-491
URL: http://jira.codehaus.org/browse/MRELEASE-491
Project: Maven 2.x Release Plugin
Issue Type: Bug
Affects Versions: 2.0-beta-9
Reporter: Hafga
Attachments: poms.zip
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>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira