You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/14 14:22:06 UTC

[GitHub] [flink] dmvk commented on a change in pull request #18338: [FLINK-25278][ci] Use Maven proxy for confluent repo

dmvk commented on a change in pull request #18338:
URL: https://github.com/apache/flink/pull/18338#discussion_r784879680



##########
File path: tools/ci/alibaba-mirror-settings.xml
##########
@@ -24,5 +24,11 @@ under the License.
       <url>http://172.17.0.1:8888/repository/maven-central/</url>
       <mirrorOf>central</mirrorOf>
     </mirror>
+    <mirror>
+      <id>alicloud-mvn-confluent-mirror</id>
+      <name>Alibaba Confluent Maven mirror</name>
+      <url>http://172.17.0.1:8888/repository/confluent/</url>

Review comment:
       Does Alibaba provide the https variant of the maven proxy?
   
   Also do they have a DNS record available for the proxy by any chance?




-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org