diff --git a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0031Test.java b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0031Test.java
index fa5ec5c2e2..87490d7231 100644
--- a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0031Test.java
+++ b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0031Test.java
@@ -12,10 +12,11 @@
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)" );
}
/**
diff --git a/its/core-integration-tests/src/test/resources/it0031/settings.xml b/its/core-integration-tests/src/test/resources/it0031/settings.xml
index 002e21129c..b4e4973a92 100644
--- a/its/core-integration-tests/src/test/resources/it0031/settings.xml
+++ b/its/core-integration-tests/src/test/resources/it0031/settings.xml
@@ -2,18 +2,4 @@
org.codehaus.modello
-
-
- test
- Test Mirror of ibiblio.org
- http://test.maven.codehaus.org/maven2
- central
-
-
- test-plugins
- Test Mirror of ibiblio.org Plugin Repository
- http://test.maven.codehaus.org/maven2/plugins
- central-plugins
-
-