Eclipse创建maven项目时,出现Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources错

Posted 流楚丶格念

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse创建maven项目时,出现Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources错相关的知识,希望对你有一定的参考价值。

问题

在用Eclipse创建maven项目时,出现Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.6.1 from http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.6.1 from/to central (http://repo1.maven.org/maven2): Access denied to http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.6.1/maven-surefire-plugin-2.6.1.pom. Error code 407, Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. ) log4j-test01 Unknown Maven Problem错误

右下角出现进度条就表示能更新下载了

解决

清理重构

1.打开Eclipse→Window→Preferences,然后在Preferences窗口中找到Maven→UserSettings找到.m2文件的安装目录,

然后将.m2/repository/org/apache/maven/plugins目录下的文件夹全部删除,

选中maven项目,右键 → maven → update 让maven重新下载依赖包


下方加载完了就OK了

如果到这还不行,那就是setting.xml文件中可能有错误。

以上是关于Eclipse创建maven项目时,出现Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources错的主要内容,如果未能解决你的问题,请参考以下文章

解决使用eclipse创建maven web项目时报Could not resolve archetype的问题

Eclipse创建Maven时提示错误could not resolve archetype

Maven 项目创建时遇到问题 (Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:1.0

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

Eclipse maven创建web项目报错Could not resolve archetype

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