mirror of
https://github.com/apache/maven.git
synced 2025-02-08 19:15:12 +00:00
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 void testitMNG3710_OriginalModel()
|
|||||||
verifier = newVerifier( projectDir.getAbsolutePath() );
|
verifier = newVerifier( projectDir.getAbsolutePath() );
|
||||||
|
|
||||||
List goals = new ArrayList();
|
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" );
|
goals.add( "validate" );
|
||||||
|
|
||||||
verifier.executeGoals( goals );
|
verifier.executeGoals( goals );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user