Я могу создать проект из командной строки, но когда я импортирую его в Eclipse, я получаю следующую ошибку в pom.xml: < /p>
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)
< /code>
Eclipse Maven Integration Plugin использует Maven версию 3.2.1 < /code>, и моя система также использует ту же версию. < /p>
Что может быть причиной этой ошибки? Как это решить?
Подробнее здесь: https://stackoverflow.com/questions/247 ... in-eclipse