examples: Add google mirrored maven central to examples pom.xml to deflake kokoro. (#4813)

Add google mirrored maven central to examples pom.xml to deflake kokoro.
This commit is contained in:
creamsoup 2018-08-29 19:02:47 -07:00 committed by GitHub
parent f93695ac70
commit 54f76dfeaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -82,6 +82,31 @@
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<!-- The google mirror is less flaky than maven central -->
<id>maven-central-google-mirror</id>
<name>Maven Central Google Mirror</name>
<url>https://maven-central.storage-download.googleapis.com/repos/central/data/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<!-- The google mirror is less flaky than maven central -->
<id>maven-central-google-mirror</id>
<name>maven Central Google Mirror</name>
<url>https://maven-central.storage-download.googleapis.com/repos/central/data/</url>
</pluginRepository>
</pluginRepositories>
<build>
<extensions>
<extension>