1. 程式人生 > >使用maven 出現ArtifactTransferException:Failure to transfer

使用maven 出現ArtifactTransferException:Failure to transfer

我在使用eclipse碰見這個錯誤,我沒有用伺服,直接連線到maven中心。

ArtifactTransferException: Failure to transfer org.springframework:spring-aop:jar:3.2.8.RELEASE from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.springframework:spring-aop:jar:3.2.8.RELEASE from/to central (

http://repo.maven.apache.org/maven2): No response received after 60000

這句話的意思是:

對於這個包傳輸以本地倉庫失敗,解決不會重新試,直到maven再改更新索引,或強制更新。

實際的解決辦法是:直接去本地倉庫,(C:\Users\Administrator\.m2\repository)把這個spring-aop:jar:3.2.8.RELEASE 的目錄刪除掉(因為包沒有下載下來),再次重新整理你的專案就中以了,或者在你的專案上右擊,選擇maven--->update project就可以了