Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 【已转存】

发生了一件事:

Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6

Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 【已转存】

我感觉:感觉不错,只要进行合适的搜索和实操,就能解决问题。

我的方案总结:

转载于:

注意打开nexus:http://localhost:8091/

1.清除我们的仓库;

(默认为:C:\Users\用户名\.m2\repository\org\apache\maven\plugins\maven-war-plugin\2.2)
 目录下的m2e-lastUpdated.properties文件;
2.项目右键,Run As-->Maven clean;
3.项目右键,Run As-->Maven install;
4.项目右键,Maven-->Update Project;
5.最后刷新工程即可;
--------------------- 
作者:古美門 
来源:CSDN 
原文:https://blog.csdn.net/abcchengxuyuan/article/details/78307161 
版权声明:本文为博主原创文章,转载请附上博文链接!