Author: bimargulies
Date: Sun Dec 11 01:26:16 2011
New Revision: 1212950

URL: http://svn.apache.org/viewvc?rev=1212950&view=rev
Log:
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.

Modified:
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3716AggregatorForkingTest.java

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3716AggregatorForkingTest.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3716AggregatorForkingTest.java?rev=1212950&r1=1212949&r2=1212950&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3716AggregatorForkingTest.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3716AggregatorForkingTest.java
 Sun Dec 11 01:26:16 2011
@@ -57,7 +57,7 @@ public class MavenITmng3716AggregatorFor
         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();


Reply via email to