Good Morning All,
Disclaimer, I'm a Camunda newbie, therefore I'm starting from here:
http://docs.camunda.org/7.2/guides/getting-started-guides/developing-process-applications/#set-up/eclipse Couldn't reach first base, tough :-|
The supplied pom.xml file looks like broken, or there's something missing in my installation.
I got this set of errors:
Multiple annotations found at this line:
- Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-resources-plugin:2.5:testResources
(execution: default-
testResources, phase: process-test-resources)
- Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-resources-plugin:2.5:resources (execution:
default-resources,
phase: process-resources)
- Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (execution:
default-compile,
phase: compile)
- Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile
(execution: default-
testCompile, phase: test-compile)
I did my share of googling and research, looks like the problem is well known, and widespread, in both Camunda and more generally M2E environments.
I foud a good share of "try this", "maybe that", "add a plugin section", but no clear and reliable solution.
Any ideas?
Thanks in advance for your support,
Ezio