mirror of https://github.com/apache/maven.git
use a fixed version of the plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@675834 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a25ef41659
commit
2652c6066a
|
@ -47,7 +47,7 @@ public class MavenIT0112ExtensionsThatDragDependencies
|
|||
|
||||
// Run the whole test
|
||||
verifier = new Verifier( new File( testDir.getAbsolutePath(), "test-project" ).getAbsolutePath() );
|
||||
verifier.executeGoal( "project-info-reports:scm" );
|
||||
verifier.executeGoal( "org.apache.maven.plugins:maven-project-info-reports-plugin:2.0.1:scm" );
|
||||
// ommitted because we always get velocity errors that aren't covered by the verifier
|
||||
// verifier.verifyErrorFreeLog();
|
||||
verifier.resetStreams();
|
||||
|
|
Loading…
Reference in New Issue