mirror of
https://github.com/apache/maven.git
synced 2025-02-08 19:15:12 +00:00
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 void testitMNG3716 ()
|
|||||||
verifier.resetStreams();
|
verifier.resetStreams();
|
||||||
|
|
||||||
verifier = newVerifier( projectsDir.getAbsolutePath() );
|
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.verifyErrorFreeLog();
|
||||||
verifier.resetStreams();
|
verifier.resetStreams();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user