Errors occurred during the build.
Errors running builder 'Maven Project Builder' on project 'mybatisStudy'.
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
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 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
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


解决方法:
将C:\User\.m2\repository\org\apache\maven\plugins目录下的文件夹删除,重启eclipse,
或者 删除这个文件夹,重新copy一个
本文解决了一个在使用Eclipse构建Maven项目时遇到的问题,即Maven资源插件(maven-resources-plugin)版本2.6无法解析或读取其artifact descriptor,导致构建计划无法计算。解决方案包括清除本地Maven仓库中特定目录下的缓存并重启Eclipse。
3276





