I just attempted to fix https://issues.apache.org/jira/browse/ARIES-1192 but ran into a problem. We're currently using maven-bundle-plugin 2.3.4 which cause the above issue. However, if we upgrade to 3.4.0, we run into https://issues.apache.org/jira/browse/FELIX-4205.
So we have a few possibilities: * not fix ARIES-1192 * wait for maven-bundle-plugin 3.5.0 which fixes FELIX-4205 * upgrade to 3.4.0 and hack the poms to use specific config for bundles that contain an activator (instead of using the aries.osgi.activator property which can't be empty) Thoughts ?
