各位好: 我在flink源码基于1.10编译时有好多jar包都下载不下来,比如flink-test-utils、<!--<module>flink-oss-fs-hadoop</module>—>等,报的错是
[ERROR] Failed to execute goal on project flink-hadoop-compatibility_2.11: Could not resolve dependencies for project org.apache.flink:flink-hadoop-compatibility_2.11:jar:1.10-SNAPSHOT: Could not find artifact org.apache.flink:flink-test-utils_2.11:jar:1.10-SNAPSHOT in nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. 注释掉一个又另外一个报错,不应该这么多包都下载不下来才对呀,各位有遇到过吗 用的镜像是: <mirror> <id>nexus-aliyun</id> <mirrorOf>*,!jeecg,!jeecg-snapshots,!mapr-releases</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> </mirror> <mirror> <id>mapr-public</id> <mirrorOf>mapr-releases</mirrorOf> <name>mapr-releases</name> <url>https://maven.aliyun.com/repository/mapr-public</url> </mirror>
