Has anybody else attempted to get eclipse MARS to work with the directory
source. Specifically, the antlr-maven-plugin seems to be something m2e
complains about: "Plugin execution not covered by lifecycle configuration:
org.codehaus.mojo:antlr-maven-plugin:2.2:generate (execution: default,
phase: generate-sources)". Without that plugin functioning, the sources
are not properly generated, and I cannot run the server in debug. I dont
know much about antlr, but it seems like the code is using
antlr-maven-plugin, and the m2e doc seems to say we should be using
antlr3-maven-plugin (
http://www.eclipse.org/m2e/documentation/m2e-extension-development.html#m2e-antlr3-code-generation-support-explained).
Any suggestions here?