This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.13 by this push:
     new 5c0af53  [FLINK-25278][ci] Use Maven proxy for confluent repo
5c0af53 is described below

commit 5c0af5367f6af575cdc6dfa5186710dcbc861097
Author: Chesnay Schepler <[email protected]>
AuthorDate: Tue Jan 11 17:03:32 2022 +0100

    [FLINK-25278][ci] Use Maven proxy for confluent repo
---
 tools/ci/alibaba-mirror-settings.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tools/ci/alibaba-mirror-settings.xml 
b/tools/ci/alibaba-mirror-settings.xml
index 0a817f1..34fddbe 100644
--- a/tools/ci/alibaba-mirror-settings.xml
+++ b/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>
+      <mirrorOf>confluent</mirrorOf>
+    </mirror>
   </mirrors>
 </settings>

Reply via email to