I can build the project from command line, but when I import it to Eclipse I get following error in 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)
Eclipse Maven Integration plugin is using Maven version 3.2.1
, and my system is also using the same version.
What could be the reason for this error? How to resolve it?