mirror of https://github.com/apache/maven.git
MNG-3716: Aggregators that fork lifecycles don't have execution projects setup for all projects in the reactor.
o fix historical IT so that the test tries to execute the plugin that it builds, not one with a slightly different artifactId. git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1212950 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
868ff60a5b
commit
fa2710850a
|
@ -57,7 +57,7 @@ public class MavenITmng3716AggregatorForkingTest
|
|||
verifier.resetStreams();
|
||||
|
||||
verifier = newVerifier( projectsDir.getAbsolutePath() );
|
||||
verifier.executeGoal( "org.apache.maven.its.mng3716:maven-mng3716-plugin:1:run" );
|
||||
verifier.executeGoal( "org.apache.maven.its.mng3716:mavenit-mng3716-plugin:1:run" );
|
||||
|
||||
verifier.verifyErrorFreeLog();
|
||||
verifier.resetStreams();
|
||||
|
|
Loading…
Reference in New Issue