dongjoon-hyun commented on a change in pull request #27281: 
[SPARK-30572][BUILD] Add a fallback Maven repository
URL: https://github.com/apache/spark/pull/27281#discussion_r368336769
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -257,6 +257,22 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>central_without_mirror</id>
+      <!--
+        This is used as a fallback when a mirror to `central` fail.
+        For example, when we use Google Maven Central in GitHub Action as a 
mirror of `central`,
+        this will be used when Google Maven Central is out of sync due to its 
late sync cycle.
+      -->
 
 Review comment:
   Sure, @maropu .

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to