新人小白,刚学习 Macaca,官网自带的 sample 下载下来后,Maven 的 pom 文件报错怎么解决?

官网自带的 sample 地址:https://github.com/macaca-sample/macaca-test-sample-java

Eclipse 控制台输出信息:
17-2-21 下午 02 时 35 分 44 秒: Adding source folder /macacatestsample/src/test/java
17-2-21 下午 02 时 35 分 45 秒: Project import completed 7 sec
17-2-21 下午 02 时 35 分 45 秒: Refreshing [/macacatestsample/pom.xml]
17-2-21 下午 02 时 35 分 45 秒: [WARN] The POM for macaca.webdriver.client:macacaclient:jar:2.0.1 is missing, no dependency information available
17-2-21 下午 02 时 35 分 45 秒: Missing artifact macaca.webdriver.client:macacaclient:jar:2.0.1:compile
17-2-21 下午 02 时 35 分 45 秒: Maven Builder: FULL_BUILD
17-2-21 下午 02 时 35 分 45 秒: [WARN]
17-2-21 下午 02 时 35 分 45 秒: [WARN] Some problems were encountered while building the effective model for macaca.webdriver.client:macacatestsample:jar:1.0.1
17-2-21 下午 02 时 35 分 45 秒: [WARN] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 12, column 12
17-2-21 下午 02 时 35 分 45 秒: [WARN]
17-2-21 下午 02 时 35 分 45 秒: [WARN] It is highly recommended to fix these problems because they threaten the stability of your build.
17-2-21 下午 02 时 35 分 45 秒: [WARN]
17-2-21 下午 02 时 35 分 45 秒: [WARN] For this reason, future Maven versions might no longer support building such malformed projects.
17-2-21 下午 02 时 35 分 45 秒: [WARN]
17-2-21 下午 02 时 35 分 45 秒: [WARN] The POM for macaca.webdriver.client:macacaclient:jar:2.0.1 is missing, no dependency information available
17-2-21 下午 02 时 35 分 45 秒: Build errors for macacatestsample; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project macacatestsample: Could not resolve dependencies for project macaca.webdriver.client:macacatestsample:jar:1.0.1: Failure to find macaca.webdriver.client:macacaclient:jar:2.0.1 in http://192.168.0.101:8081/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced

应该是 macaca.webdriver.client 这个 2.0.1jar 包下载不下来,大家有人遇到这个问题没?怎么解决的?在线等


↙↙↙阅读原文可查看相关链接,并与作者交流