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>
|
||||
<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…
Reference in New Issue