I'm having trouble getting m2e to invoke my maven code generating plugin[1].
I've rewritten it to use BuildContext per [2] and I set up the
lifecycle-mapping-metadata.xml [3].
With that, Eclipse complains about a demo project that includes the
plugin when I install a snapshot with syntax errors i
On Tue, Oct 4, 2016 at 4:41 PM, Igor Fedorenko wrote:
> source=workspace means the plugin is ignored at workspace level, most
> likely you used quick-fix to do that some time in the past. You can see
> workspace-level configuration in Eclipse Preferences, Maven, Lifecycle
> Mapping ("basic" is a
I was looking at
http://www.eclipse.org/m2e/documentation/m2e-extension-development.html
trying to figure out how to test M2E integration for my maven plugin.
All the links under "Testing m2e/antlr code generation support" are
dead but I found
https://github.com/tesla/m2eclipse-antlr/blob/master/o