美文网首页
Failure to transfer xxx was cach

Failure to transfer xxx was cach

作者: riverphoenix | 来源:发表于2015-06-26 15:27 被阅读788次

最近在使用maven进行包管理,开发工具为eclipse,在更新完依赖的jar包后,发现pom.xml报错,以为是验证错误,其实不然,报错信息说是本地有缓存,但是去查看了一下,发现没有,在万能的stackoverflow上找到了解决方案。

http://stackoverflow.com/questions/5074063/maven-error-failure-to-transfer

排名最高的方案,两条指令,完美解决

cd %userprofile%\.m2\repository

for /r %i in (*.lastUpdated) do del %i

相关文章

网友评论

      本文标题:Failure to transfer xxx was cach

      本文链接:https://www.haomeiwen.com/subject/fsjeqttx.html