Use Google Maven Central mirror

Add mirror setting so that a full build uses the Google mirror of Maven
Central.
pull/6328/merge
Phillip Webb 8 years ago
parent bd65045285
commit 7bb39f8206

@ -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>

Loading…
Cancel
Save