Repository: maven-integration-testing
Updated Branches:
  refs/heads/mng-6155 [created] 1013b7d6b


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/1013b7d6/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java
----------------------------------------------------------------------
diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java
index 0377348..03baede 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java
@@ -152,7 +152,7 @@ public class MavenITmng3599useHttpProxyForWebDAVMk2Test
 
         verifier = newVerifier( testDir.getAbsolutePath() );
 
-        verifier.addCliOption( "--legacy-local-repository" ); // FIXME this is 
a temporary band-aid MNG-6155
+        //verifier.addCliOption( "--legacy-local-repository" ); // FIXME this 
is a temporary band-aid MNG-6155
         verifier.addCliOption( "--settings" );
         verifier.addCliOption( "settings.xml" );
         verifier.addCliOption( "-X" );
@@ -195,7 +195,7 @@ public class MavenITmng3599useHttpProxyForWebDAVMk2Test
 
         verifier = newVerifier( testDir.getAbsolutePath() );
 
-        verifier.addCliOption( "--legacy-local-repository" ); // FIXME this is 
a temporary band-aid MNG-6155
+        //verifier.addCliOption( "--legacy-local-repository" ); // FIXME this 
is a temporary band-aid MNG-6155
         verifier.addCliOption( "--settings" );
         verifier.addCliOption( "settings.xml" );
         verifier.addCliOption( "-X" );

http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/1013b7d6/core-it-suite/src/test/resources/mng-3599-mk2/settings-template.xml
----------------------------------------------------------------------
diff --git 
a/core-it-suite/src/test/resources/mng-3599-mk2/settings-template.xml 
b/core-it-suite/src/test/resources/mng-3599-mk2/settings-template.xml
index 809db8f..257b399 100644
--- a/core-it-suite/src/test/resources/mng-3599-mk2/settings-template.xml
+++ b/core-it-suite/src/test/resources/mng-3599-mk2/settings-template.xml
@@ -1,7 +1,7 @@
 <settings>
   <mirrors>
     <mirror>
-      <id>test-mirror</id>
+      <id>central</id>
       <url>@protocol@://www.example.com/</url>
       <mirrorOf>*</mirrorOf>
     </mirror>

Reply via email to