我正在开发一个开源项目,我可以从命令行构建项目,但是当我将它导入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。
出现此错误的原因是什么?如何解决?
答案 0 :(得分:0)
这应解决您的错误