Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Connector as well as Integrated Lifecycle Mapping for the same plugin and goal

In the past https://github.com/tesla/m2eclipse-tycho was used to  configure the execution of maven-bundle-plugin:manifest and goal (https://github.com/tesla/m2eclipse-tycho/blob/master/org.sonatype.tycho.m2e/lifecycle-mapping-metadata.xml#L100). Now there is a pull request which adds an integrated lifecycle mapping to the maven-bundle-plugin (https://github.com/apache/felix/pull/57). What will happen once the m-b-p will contain its own lifecycle-mapping. Will it override any mapping from external connectors or will both be executed? If the latter is the case, how can we make sure that for m-b-p only the internal one is used, but no longer the one from m2eclipse-tycho?

Thanks,
Konrad

Back to the top