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 _______________________________________________ m2e-users mailing list m2e-users@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/m2e-users