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