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:
Phillip Webb 2016-07-06 19:55:20 -07:00
parent bd65045285
commit 7bb39f8206
1 changed files with 8 additions and 0 deletions

View File

@ -133,4 +133,12 @@
<activeProfiles>
<activeProfile>@profile@</activeProfile>
</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>