pom.xml显示多个注释错误

时间:2014-07-14 18:12:50

标签: java eclipse maven m2eclipse

我正在开发一个开源项目,我可以从命令行构建项目,但是当我将它导入eclipse时,我在pom.xml中遇到以下错误:

Multiple annotations found at this line:
- Plugin execution not covered by lifecycle configuration: 
 org.apache.maven.plugins:maven-resources-plugin:2.6:testResources 
 (execution: default-testResources, phase: process-test-resources)
- Plugin execution not covered by lifecycle configuration: 
 org.apache.maven.plugins:maven-resources-plugin:2.6:resources 
 (execution: default-resources, phase: process-resources)

我的日食开普勒正在使用maven 3.2.1,我的系统maven也只有maven 3.2.1。

出现此错误的原因是什么?如何解决?

1 个答案:

答案 0 :(得分:0)

  1. 您应该安装或更新M2Eclipse,即用于中文的Maven集成 eclipse
  2. 重启eclipse
  3. 删除项目并重新添加项目
  4. 这应解决您的错误