From f06f0d8baf3975367c3f5a14dc5a0bda692487ba Mon Sep 17 00:00:00 2001 From: Yong Zhang Date: Mon, 14 Sep 2020 11:12:29 +0800 Subject: [PATCH] Fix the failed ci issue (#8032) **Motivation** Currently, the Pulsar CI always failed by: ``` 2020-09-11T00:49:20.3402047Z [ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.1.0:add-source (default) on project flink: Execution default of goal net.alchim31.maven:scala-maven-plugin:4.1.0:add-source failed: Plugin net.alchim31.maven:scala-maven-plugin:4.1.0 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.maven:maven-compat:jar:3.3.9, org.apache.maven:maven-builder-support:jar:3.3.9, org.apache.maven:maven-settings:jar:3.3.9, org.apache.maven:maven-artifact:jar:3.3.9: Could not transfer artifact org.apache.maven:maven-compat:jar:3.3.9 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar: Connection timed out (Read failed) -> [Help 1] ``` Upgrade the scala-maven-plugin to resolve this issue. --- examples/flink/pom.xml | 2 +- examples/spark/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/flink/pom.xml b/examples/flink/pom.xml index 29869b60b1657..23f5b0003c7d0 100644 --- a/examples/flink/pom.xml +++ b/examples/flink/pom.xml @@ -131,7 +131,7 @@ net.alchim31.maven scala-maven-plugin - 4.1.0 + 4.3.0 diff --git a/examples/spark/pom.xml b/examples/spark/pom.xml index 2aef2d1371486..81abf28fde2d4 100644 --- a/examples/spark/pom.xml +++ b/examples/spark/pom.xml @@ -98,7 +98,7 @@ net.alchim31.maven scala-maven-plugin - 4.1.0 + 4.3.0