[ 
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

        

Reply via email to