本文摘自classinstance.cn。
今天从svn更新代码后,代码一直报错,pom.xml文件也显示有错误,看了代码后发现是同事用了aliyun的一些包,他开发的时候,jar还可以下载,过了几天到我这对应jar从maven中下载不下来,还连他现在也下载不了了,我Maven install后也是报错:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.733 s
[INFO] Finished at: 2018-02-26T17:55:01+08:00[INFO] Final Memory: 9M/155M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ali_crawl: Could not resolve dependencies for project com.cloud:ali_crawl:war:0.0.1-SNAPSHOT: Failed to collect dependencies at com.aliyun.openservices:aliyun-openservices🏺2.0.0-OTS: Failed to read artifact descriptor for com.aliyun.openservices:aliyun-openservices🏺2.0.0-OTS: Failure to find com.taobao:parent:pom:1.0.2 in http://www.ebi.ac.uk/intact/maven/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of ebi has elapsed or updates are forced -> [Help 1]
相关阅读 >>
更多相关阅读请进入《maven》频道 >>
深入理解Java虚拟机 JVM高级特性与实践 周志明 第3版
这是一部从工作原理和工程实践两个维度深入剖析JVM的著作,是计算机领域公认的经典。