Maven项目出现 could not calculate build plan:plugin 错误

Posted hs5201314tx

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Maven项目出现 could not calculate build plan:plugin 错误相关的知识,希望对你有一定的参考价值。

刚刚创建Maven项目的时候出现了一点问题,新建工程的时候出现错误对话框:could not calculate build plan:plugin。(我是在开始配好Maven之后,在自动下载的时候给关了…),总之,解决方法就是找到maven的 
.m2 epositoryorgapachemavenpluginsmaven-deploy-plugin 
文件夹,然后把这个文件夹下的文件删掉,一般应该是一个名为2.7的文件夹。 
然后再出现错误的maven项目右键Maven->update project选中强制更新 




以上是关于Maven项目出现 could not calculate build plan:plugin 错误的主要内容,如果未能解决你的问题,请参考以下文章

新建maven项目出错 pom.xml报错

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错

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

maven出现Dependency not found 和Could not find artifact的解决方法(已解决)

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