Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Lifecycle Mapping: Use default action for incremental builds and custom configurator

In my extension I want to support the native m2e incremental build action of the plugin as well as registering a new custom configurator (both bound to the same goal). How is that possible?

Since I need to overwrite for that purpose the lifecycle-mapping-metadata.xml fully in my extension (due to https://bugs.eclipse.org/bugs/show_bug.cgi?id=506357) I definitely have to provide two different actions for the same goal. One is for configuring the custom configurator and the other one is for executing the default action during incremental builds. How is that possible?

Providing more than one action in the same "pluginExecution" is not supported. Having multiple pluginExecutions bound to the same goal does not seem to be supported either?
Thanks for any help,
Konrad




Back to the top