您的位置:首页 > Web前端

使用maven 出现ArtifactTransferException:Failure to transfer

2016-08-31 23:23 429 查看
转自:http://blog.csdn.net/wu8439512/article/details/25191709

我在使用eclipse碰见这个错误,我没有用伺服,直接连接到maven中心。
<p style="margin-top: 0px; margin-bottom: 10px; padding-top: 0px; padding-bottom: 0px;"><span class="typ">ArtifactTransferException: Failure to transfer org.springframework:spring-aop:jar:3.2.8.RELEASE from <a target=_blank target="_blank" href="http://repo.maven.apache.org/maven2" style="color: rgb(255, 153, 0); text-decoration: none;">http://repo.maven.apache.org/maven2</a> 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 (<a target=_blank target="_blank" href="http://repo.maven.apache.org/maven2" style="color: rgb(255, 153, 0); text-decoration: none;">http://repo.maven.apache.org/maven2</a>): No response received after 60000</span></p>

这句话的意思是:


对于这个包传输以本地仓库失败,解决不会重新试,直到maven再改更新索引,或强制更新。

实际的解决办法是:直接去本地仓库,(C:\Users\Administrator\.m2\repository)把这个spring-aop:jar:3.2.8.RELEASE 的目录删除掉(因为包没有下载下来),再次刷新你的项目就中以了,或者在你的项目上右击,选择maven--->update project就可以了
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: