We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3200ec + b964d67 commit cc41115Copy full SHA for cc41115
pom.xml
@@ -284,6 +284,22 @@
284
<enabled>false</enabled>
285
</snapshots>
286
</repository>
287
+ <repository>
288
+ <id>central_without_mirror</id>
289
+ <!--
290
+ This is used as a fallback when a mirror to `central` fail.
291
+ For example, when we use Google Maven Central in GitHub Action as a mirror of `central`,
292
+ this will be used when Google Maven Central is out of sync due to its late sync cycle.
293
+ -->
294
+ <name>Maven Repository</name>
295
+ <url>https://repo.maven.apache.org/maven2</url>
296
+ <releases>
297
+ <enabled>true</enabled>
298
+ </releases>
299
+ <snapshots>
300
+ <enabled>false</enabled>
301
+ </snapshots>
302
+ </repository>
303
</repositories>
304
<pluginRepositories>
305
<pluginRepository>
0 commit comments