[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.

This closes #92
This commit is contained in:
Michael Osipov 2020-12-25 00:09:13 +01:00
parent d4f7ebaa1e
commit 218ce6c7e7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<id>repoman</id>
<name>Mirror</name>
<url>http://localhost:@port@</url>
<mirrorOf>external:*</mirrorOf>
<mirrorOf>*</mirrorOf>
</mirror>
</mirrors>