mirror of https://github.com/grpc/grpc-java.git
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:
parent
f93695ac70
commit
54f76dfeaf
|
|
@ -82,6 +82,31 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</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>
|
<build>
|
||||||
<extensions>
|
<extensions>
|
||||||
<extension>
|
<extension>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue