码迷,mamicode.com
首页 > 系统相关 > 详细

Maven 在新版eclipse报错的解决

时间:2017-09-21 13:14:07      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:could   eclipse   nsf   find   window   checked   cli   check   stack   

转自Stack Overflow 

 

Remove all your failed downloads:

 

Linux:

find ~/.m2 -name "*.lastUpdated" -exec grep -q "Could not transfer" {} \; -print -exec rm {} 

 

Windows:

cd %userprofile%\.m2\repository

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

Then rightclick on your project in eclipse and choose Maven->"Update Project ...", make sure "Update Dependencies" is checked in the resulting dialog and click OK.

Maven 在新版eclipse报错的解决

标签:could   eclipse   nsf   find   window   checked   cli   check   stack   

原文地址:http://www.cnblogs.com/lzsnolimit/p/7567665.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!