MNG-3710: ModelUtils.cloneModel() and .cloneBuild() pollute existing Plugin instances with merged information

o repair integration test to invoke the plugin under the actual artifactId that it was built under, and not another.


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1212951 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benson Margulies 2011-12-11 01:32:09 +00:00
parent fa2710850a
commit ce8c067362
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class MavenITmng3710PollutedClonedPluginsTest
verifier = newVerifier( projectDir.getAbsolutePath() );
List goals = new ArrayList();
goals.add( "org.apache.maven.its.mng3710:maven-mng3710-directInvoke-plugin:1:run" );
goals.add( "org.apache.maven.its.mng3710:mavenit-mng3710-directInvoke-plugin:1:run" );
goals.add( "validate" );
verifier.executeGoals( goals );