| What about if I just register a lifecycle mapping id for packaging type (similar to https://github.com/tesla/m2eclipse-tycho/blob/master/org.sonatype.tycho.m2e/lifecycle-mapping-metadata.xml#L57) in my extension. Would that still conflict with individual plugin execution mappings defined in the plugin's lifecycle-mapping-metadata.xml? That way those are quite separate, right? 
 Konrad 
 
Not possible. You need to fully define mapping in your m2e extension.
 
 
 
 On Fri, Oct 21, 2016, at 07:54 AM, Konrad Windszus wrote:
 
But what about the use case where an extension just wants to configure an additional project configurator for the same packaging or some goals. Is it somehow possible that both lifecycle mappings get merged?
 How do I need to devise the lifecycle-mapping.xml in my extension so that it does not interfere with actions being provided by the plugin itself?
 Thanks,
 Konrad
 
 _______________________________________________
 m2e-users mailing list
 To change your delivery options, retrieve your password, or unsubscribe from this list, visit
 
_______________________________________________ m2e-users mailing listm2e-users@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/m2e-users
 |