Search code examples
m2eclipse

M2Eclispe support for Maven Lifecycle Extension


I'm using a maven plugin with a AbstractMavenLifecycleParticipant.

When importing and syncing the poms m2e doesn't seem to call the extension.

Is there some way to tell m2e to pick up an run Maven extensions?


Solution

  • Found associated M2e bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=486737 Seems to be fixed but not merged