[MNG-4945] Remove mergeId from public POM

o Extended ITs to ensure field gets still accepted as part of potentially bad POMs from the repo

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1050720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-12-18 21:37:02 +00:00
parent 01ba5ac988
commit f01de836ab
1 changed files with 7 additions and 0 deletions

View File

@ -131,6 +131,13 @@ under the License.
</pluginRepositories>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<!-- internal field (MNG-4945) -->
<mergeId>bad</mergeId>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.its.mng4405</groupId>