Can't mirror 'central' to local repo for it tests, it wont download new dependencies then

This commit is contained in:
Joakim Erdfelt 2019-08-05 12:17:37 -05:00
parent ab015f2653
commit 4d2c981718

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<settings> <settings>
<!--
<mirrors> <mirrors>
<mirror> <mirror>
<id>local.mirror</id> <id>local.mirror</id>
@ -8,6 +9,7 @@
<mirrorOf>central</mirrorOf> <mirrorOf>central</mirrorOf>
</mirror> </mirror>
</mirrors> </mirrors>
-->
<profiles> <profiles>
<profile> <profile>
<id>it-repo</id> <id>it-repo</id>