This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch MNG-6613
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git

commit 76c80f1dfeaca8d14a09e80193e1c45bfb42f777
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Fri Apr 3 22:48:32 2020 +0200

    [MNG-6613] Mirror matching ignores closest/nearest definition
    
    Replace faulty test which relies on outbound connections with a local,
    non-existing repository.
---
 core-it-suite/src/test/resources/mng-3461/test-3/settings-template.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core-it-suite/src/test/resources/mng-3461/test-3/settings-template.xml 
b/core-it-suite/src/test/resources/mng-3461/test-3/settings-template.xml
index da05129..e12059c 100644
--- a/core-it-suite/src/test/resources/mng-3461/test-3/settings-template.xml
+++ b/core-it-suite/src/test/resources/mng-3461/test-3/settings-template.xml
@@ -44,7 +44,7 @@ under the License.
   <mirrors>
     <mirror>
       <id>central</id>
-      <url>http://maven.apache.org/null</url>
+      <url>@baseurl@/target/bogus</url>
       <!--
       The explicit mismatch with maven-core-it should be dominant over the 
wildcard, even if the wildcard
       is given first.

Reply via email to