mirror of https://github.com/apache/maven.git
[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:
parent
d4f7ebaa1e
commit
218ce6c7e7
|
@ -12,7 +12,7 @@
|
|||
<id>repoman</id>
|
||||
<name>Mirror</name>
|
||||
<url>http://localhost:@port@</url>
|
||||
<mirrorOf>external:*</mirrorOf>
|
||||
<mirrorOf>*</mirrorOf>
|
||||
</mirror>
|
||||
</mirrors>
|
||||
|
||||
|
|
Loading…
Reference in New Issue