[
https://jira.codehaus.org/browse/MRELEASE-491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MRELEASE-491.
-----------------------------------
Resolution: Won't Fix
Please refer to
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
if you're wondering why this issue was closed out.
> Releasing publich nodes with mergeID, but this node only for internal use and
> not valid with XSD
> ------------------------------------------------------------------------------------------------
>
> Key: MRELEASE-491
> URL: https://jira.codehaus.org/browse/MRELEASE-491
> Project: Maven 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 was sent by Atlassian JIRA
(v6.1.6#6162)