You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/04/03 20:50:29 UTC

[maven-integration-testing] 01/01: [MNG-6613] Mirror matching ignores closest/nearest definition

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 <mi...@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.