插件问题引起Eclipse无法创建maven项目

插件问题引起Eclipse无法创建maven项目
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of;
解决方法:
第一步:查看windows -> Preferences -> maven 的settings.xml文件中.m2的位置
第二步:然后将.m2/repository/org/apache/maven/plugins目录下的文件夹全部删除
第三步:选中maven项目,右键--》maven--》update让maven重新下载依赖包问题解决
【注】此IDE自带maven插件,不需要再自己下载安装maven插件
插件问题引起Eclipse无法创建maven项目