Maven 在新版eclipse报错的解决

转自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.
上一篇:学习 Local Sensitive Hash


下一篇:洛谷P3367 【模板】并查集