eclipse导入maven项目时报Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources(示例

Posted java_pro

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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->user Settings 中的user settings目录: 的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(示例的主要内容,如果未能解决你的问题,请参考以下文章

eclipse再倒入maven项目时报错

Eclipse导入Maven项目出现:Could not calculate build plan: Plugin org.apache.maven.plugins:maven-war-plugin:

myEclipse 导入maven项目时报错

解决Maven的Could not update project XXX configuration NullPointerException 错误

Eclipse使用Maven创建Web时错误:Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webap

关于使用eclipse maven UpdateProject时报错,无法更新本地仓库的问题解决方案