mirror of https://github.com/apache/maven.git
fix it0031 - remote repo it was using seems to have gone away
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@660866 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b75f2c2a63
commit
8c6b787671
|
@ -12,10 +12,11 @@ import java.util.ArrayList;
|
|||
public class MavenIT0031Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
public MavenIT0031Test()
|
||||
throws InvalidVersionSpecificationException
|
||||
{
|
||||
super( "[,2.1-SNAPSHOT)" );
|
||||
public MavenIT0031Test()
|
||||
throws InvalidVersionSpecificationException
|
||||
{
|
||||
// we still support pluginGroups in 2.1-SNAPSHOT
|
||||
//super( "[,2.1-SNAPSHOT)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -2,18 +2,4 @@
|
|||
<pluginGroups>
|
||||
<pluginGroup>org.codehaus.modello</pluginGroup>
|
||||
</pluginGroups>
|
||||
<mirrors>
|
||||
<mirror>
|
||||
<id>test</id>
|
||||
<name>Test Mirror of ibiblio.org</name>
|
||||
<url>http://test.maven.codehaus.org/maven2</url>
|
||||
<mirrorOf>central</mirrorOf>
|
||||
</mirror>
|
||||
<mirror>
|
||||
<id>test-plugins</id>
|
||||
<name>Test Mirror of ibiblio.org Plugin Repository</name>
|
||||
<url>http://test.maven.codehaus.org/maven2/plugins</url>
|
||||
<mirrorOf>central-plugins</mirrorOf>
|
||||
</mirror>
|
||||
</mirrors>
|
||||
</settings>
|
||||
|
|
Loading…
Reference in New Issue