本文主要是介绍eclipse导入maven项目时报Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
在用Eclipse IDE for Java EE Developers进行maven项目的开发时,报错Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of;解决方法:
1、查看windows -> Preferences -> maven 的settings.xml文件中.m2的位置
2、然后将.m2/repository/org/apache/maven/plugins目录下的文件夹全部删除
3、选中maven项目,右键--》maven--》update让maven重新下载依赖包
这篇关于eclipse导入maven项目时报Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!