I have been using m2eclipse for 2 years or so and have now switched to m2e.
Unfortunately, this has broken some functionality for me.
In many projects, I have ge
You have to tell M2E that it's okay to run your code generator as part of the Eclipse build:
[...]
org.eclipse.m2e
lifecycle-mapping
1.0.0
org.codehaus.mojo
exec-maven-plugin
[,)
java
Notes: