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/12/24 23:12:05 UTC

[maven-integration-testing] branch MNG-6114 created (now 40318f7)

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

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


      at 40318f7  [MNG-6114] Elements from the global settings should be ordered before elements from the user settings

This branch includes the following new commits:

     new 40318f7  [MNG-6114] Elements from the global settings should be ordered before elements from the user settings

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-integration-testing] 01/01: [MNG-6114] Elements from the global settings should be ordered before elements from the user settings

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 40318f72a73dff62e632baa6bb97e45324ef1411
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Dec 25 00:09:13 2020 +0100

    [MNG-6114] Elements from the global settings should be ordered before elements from the user settings
    
    Central from global settings with 'file:' comes first and is ignored by the
    mirrorOf definition. The next central definition is ignored too due to
    MNG-7018/MNG-5984. As long as these issues aren't resolved we need to
    mirror even local repos to make the IT work as intended.
---
 .../mng-5771-core-extensions/settings-template-mirror-auth.xml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core-it-suite/src/test/resources/mng-5771-core-extensions/settings-template-mirror-auth.xml b/core-it-suite/src/test/resources/mng-5771-core-extensions/settings-template-mirror-auth.xml
index a338822..85e82e6 100644
--- a/core-it-suite/src/test/resources/mng-5771-core-extensions/settings-template-mirror-auth.xml
+++ b/core-it-suite/src/test/resources/mng-5771-core-extensions/settings-template-mirror-auth.xml
@@ -12,7 +12,7 @@
       <id>repoman</id>
       <name>Mirror</name>
       <url>http://localhost:@port@</url>
-      <mirrorOf>external:*</mirrorOf>
+      <mirrorOf>*</mirrorOf>
     </mirror>
   </mirrors>