use surefire 2.11, MNG-5224 not yet merged in 3.0.4 RC branch so 3.0.5 range

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1227303 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-01-04 20:25:03 +00:00
parent 5bf71d081f
commit 1522319c06
2 changed files with 14 additions and 3 deletions

View File

@ -44,8 +44,8 @@ public class MavenITmng5224InjectedSettings
public MavenITmng5224InjectedSettings()
{
// olamy probably doesn't work with 3.x before 3.0.4
super( "[2.0.3,3.0-alpha-1),[3.0.4,)" );
// olamy probably doesn't work with 3.x before 3.0.5
super( "[2.0.3,3.0-alpha-1),[3.0.5,)" );
}
@ -59,7 +59,6 @@ public class MavenITmng5224InjectedSettings
Verifier verifier = newVerifier( testDir.getAbsolutePath() );
verifier.getCliOptions().add( "-U" );
verifier.getCliOptions().add( "--settings" );
verifier.getCliOptions().add( "settings.xml" );
//verifier.

View File

@ -52,6 +52,18 @@ under the License.
<url>https://builds.apache.org/hudson/view/M-R/view/Maven/job/core-integration-testing-maven-3-trunk/</url>
</ciManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.11</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<repositories>
<repository>
<id>apache.snapshots</id>