无法计算构建计划:插件org.apache.maven.plugins:maven-war-plugin:2.2

时间:2017-04-30 16:02:54

标签: java eclipse apache maven spring-boot

我正在使用eclipse mars-2。我想在Windows中创建一个新的maven spring boot项目。但是我得到了像

这样的错误
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
  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

任何人都可以帮我解决这个问题吗?

2 个答案:

答案 0 :(得分:0)

您还可以执行以下步骤。有时它有帮助

  1. 删除/删除.m2/repository/文件夹
  2. 然后运行以下命令mvn clean install
  3. 然后运行mvn build
  4. 资源链接:Could not calculate build plan: Plugin org.apache.maven.plugins:maven-jar-plugin:2.3.2 or one of its dependencies could not be resolved

答案 1 :(得分:0)

当您安装ECLIPSE或STS之类的UDE时,会生成一个.m2文件夹,其中包含settings.xml

在您的系统中安装mavan后,您将在其中获得settings.xml。

您只需要让IDE知道它必须使用常规的settings.xml即可,您可以通过删除用户文件夹中的.m2文件来清理它,然后进行安装。

现在您可以开始编写代码了!!!