Myeclipse 部署Maven 报错

在Myeclipse下部署Maven一直报下面这个错误:

Failure to transfer org.codehaus.plexus:plexus-utils:jar:2.0.5 from http://repo1.maven.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。。。。。

最后的解决方法:

1,首先删除plugins的目录下除 .lastUpdated结尾的文件,然后clean。

文件路径:

Myeclipse 部署Maven 报错_第1张图片

2,然后在项目右击选择“Maven4Myeclipse----》Update Dependencies”.

OK!!!谢谢观看~~

你可能感兴趣的:(Myeclipse 部署Maven 报错)