mirror of https://github.com/apache/maven.git
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:
parent
fa2710850a
commit
ce8c067362
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue