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:
Benson Margulies 2011-12-11 01:26:16 +00:00
parent 868ff60a5b
commit fa2710850a
1 changed files with 1 additions and 1 deletions

View File

@ -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();