You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl M. Davis (JIRA)" <ji...@codehaus.org> on 2009/12/07 16:59:55 UTC

[jira] Commented: (MRELEASE-491) Releasing publich nodes with mergeID, but this node only for internal use and not valid with XSD

    [ http://jira.codehaus.org/browse/MRELEASE-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=201571#action_201571 ] 

Karl M. Davis commented on MRELEASE-491:
----------------------------------------

This issue is particularly frustrating as it prevents me from using m2eclipse with any non-SNAPSHOT parent POMs I might have released.  m2eclipse will flag the parent POM's mergeId element as invalid and refuse to build the child project.

> 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