1. 程式人生 > >maven項目下載報錯:Failure to transfer org.apache.maven:maven-archiver:jar:x.x from https://repo.maven.apache.org/maven...

maven項目下載報錯:Failure to transfer org.apache.maven:maven-archiver:jar:x.x from https://repo.maven.apache.org/maven...

一個 org pac 倉庫 在線 -1 fail 其他 from

產生原因:

maven在線下載時,因網速過慢或者其它網絡原因,下載超時導致此錯誤;maven本地倉庫中的某個構件如果因為網絡或者其他的原因,沒有下載成功或者下載被中斷,將會出現一個LastUpdated的文件,這個時候,就算網絡好了,也不能正常使用這個構件。

我的錯誤:

Failure to transfer org.apache.maven:maven-core:jar:2.2.1 from https://repo.maven.apache.org/maven2 was cached in the lo...

解決方法:

  1:刪除本地倉庫中的.lastUpdated所以文件夾

  技術分享

2:在eclipse中更新你的maven項目;重新下載項目所需要的架包和依賴關系;

  技術分享

  

maven項目下載報錯:Failure to transfer org.apache.maven:maven-archiver:jar:x.x from https://repo.maven.apache.org/maven...