Use Google Maven Central mirror
Add mirror setting so that a full build uses the Google mirror of Maven Central.
This commit is contained in:
parent
bd65045285
commit
7bb39f8206
|
|
@ -133,4 +133,12 @@
|
||||||
<activeProfiles>
|
<activeProfiles>
|
||||||
<activeProfile>@profile@</activeProfile>
|
<activeProfile>@profile@</activeProfile>
|
||||||
</activeProfiles>
|
</activeProfiles>
|
||||||
|
<mirrors>
|
||||||
|
<mirror>
|
||||||
|
<id>google-maven-central</id>
|
||||||
|
<name>Google Maven Central</name>
|
||||||
|
<url>https://maven-central.storage.googleapis.com</url>
|
||||||
|
<mirrorOf>central</mirrorOf>
|
||||||
|
</mirror>
|
||||||
|
</mirrors>
|
||||||
</settings>
|
</settings>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue