Eclipse导入Maven项目出现:Could not calculate build plan: Plugin org.apache.maven.plugins:maven-war-plugin:
Posted Jim
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse导入Maven项目出现:Could not calculate build plan: Plugin org.apache.maven.plugins:maven-war-plugin:相关的知识,希望对你有一定的参考价值。
错误如下:
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-war-plugin:2.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-war-plugin:jar:2.2...
解决方法:
1、项目右键->【Maven】->【Update Project...】
把这个选上,最后点击【OK】进行升级
2、可以尝试把C:\\Users\\用户名\\.m2\\repository\\org\\apache\\maven\\plugins\\maven-deploy-plugin目录删除。
以上是关于Eclipse导入Maven项目出现:Could not calculate build plan: Plugin org.apache.maven.plugins:maven-war-plugin:的主要内容,如果未能解决你的问题,请参考以下文章
Eclipse创建maven项目时,出现Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources错
Eclipse创建maven项目时,出现Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources错
解决Maven的Could not update project XXX configuration NullPointerException 错误
解决使用eclipse创建maven web项目时报Could not resolve archetype的问题