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:
Brett Porter 2008-07-11 04:54:11 +00:00
parent a25ef41659
commit 2652c6066a
1 changed files with 1 additions and 1 deletions

View File

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