Flink 1.9 build failed
Posted by
Shu Su on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Flink-1-9-build-failed-tp29666.html
Hi all
I’m trying to build flink 1.9 release branch, it raises the error like:
Could not resolve dependencies for project org.apache.flink:flink-s3-fs-hadoop:jar:1.9-SNAPSHOT: Could not find artifact org.apache.flink:flink-fs-hadoop-shaded:jar:tests:1.9-SNAPSHOT in maven-ali (http://maven.aliyun.com/nexus/content/groups/public/)
My maven command :
mvn install -Dmaven.test.skip=true -Dcheckstyle.skip -Dlicense.skip=true -Drat.ignoreErrors=true -DskipTests -Pvendor-repos -DskipTests
Can anyone help me for this ?