Reputation: 4062
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?
Upvotes: 1
Views: 8604
Reputation: 1
You can try the following things:
Upvotes: 0
Reputation: 131
This should resolve your error
Upvotes: 0