Re: [m2e-users] Trying to get maven plugin working with m2e

2016-10-04 Thread Mike Samuel
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

Re: [m2e-users] Trying to get maven plugin working with m2e

2016-10-04 Thread Igor Fedorenko
You can see how m2e "maps" your plugin execution to Eclipse workspace build in project properties, under Maven, Lifecycle Mapping. Check that it says mapping=execute and source=maven-plugin there. You can also enable debug log and see if m2e logs anything interesting in .metadata/.plugins/org.eclip