Author: brett
Date: Wed May 28 01:54:52 2008
New Revision: 660866

URL: http://svn.apache.org/viewvc?rev=660866&view=rev
Log:
fix it0031 - remote repo it was using seems to have gone away

Modified:
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0031Test.java
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0031/settings.xml

Modified: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0031Test.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0031Test.java?rev=660866&r1=660865&r2=660866&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0031Test.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0031Test.java
 Wed May 28 01:54:52 2008
@@ -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)" );
     }            
 
     /**

Modified: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0031/settings.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0031/settings.xml?rev=660866&r1=660865&r2=660866&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0031/settings.xml
 (original)
+++ 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0031/settings.xml
 Wed May 28 01:54:52 2008
@@ -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>


Reply via email to