You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2010/12/18 22:34:57 UTC

[jira] Created: (MNG-4945) Remove mergeId from public POM

Remove mergeId from public POM
------------------------------

                 Key: MNG-4945
                 URL: http://jira.codehaus.org/browse/MNG-4945
             Project: Maven 2 & 3
          Issue Type: Task
          Components: POM
    Affects Versions: 3.0.1
            Reporter: Benjamin Bentmann
            Priority: Trivial


Something like this parses successfully:
{code:xml}
<build>
  <resources>
    <resource>
      <directory>foo</directory>
      <mergeId>bad</mergeId>
    </resource>
  </resources>
</build>
{code}
However, mergeId is an internal field that should not be used by users and should also not show up in serialized POMs. Since interpolation is no longer string-based, the original reason for its inclusion in the parser/writers is obsolete.

-- 
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

        

[jira] Closed: (MNG-4945) Remove mergeId from public POM

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4945.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.2
         Assignee: Benjamin Bentmann

Done in [r1050721|http://svn.apache.org/viewvc?view=revision&revision=1050721].

> Remove mergeId from public POM
> ------------------------------
>
>                 Key: MNG-4945
>                 URL: http://jira.codehaus.org/browse/MNG-4945
>             Project: Maven 2 & 3
>          Issue Type: Task
>          Components: POM
>    Affects Versions: 3.0.1
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>            Priority: Trivial
>             Fix For: 3.0.2
>
>
> Something like this parses successfully:
> {code:xml}
> <build>
>   <resources>
>     <resource>
>       <directory>foo</directory>
>       <mergeId>bad</mergeId>
>     </resource>
>   </resources>
> </build>
> {code}
> However, mergeId is an internal field that should not be used by users and should also not show up in serialized POMs. Since interpolation is no longer string-based, the original reason for its inclusion in the parser/writers is obsolete.

-- 
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