mirror of https://github.com/apache/maven.git
plugin needs to be installed before the site report can process it
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@639471 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5025b2477d
commit
5436223733
|
@ -19,7 +19,11 @@ public class MavenITmng3473PluginReportCrash
|
|||
|
||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||
|
||||
verifier.executeGoal( "install site" );
|
||||
verifier.executeGoal( "install" );
|
||||
verifier.verifyErrorFreeLog();
|
||||
verifier.resetStreams();
|
||||
|
||||
verifier.executeGoal( "site" );
|
||||
verifier.verifyErrorFreeLog();
|
||||
verifier.resetStreams();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue