Christian Schneider created DOSGI-273: -----------------------------------------
Summary: Use bnd resolver to create multibundle distro Key: DOSGI-273 URL: https://issues.apache.org/jira/browse/DOSGI-273 Project: CXF Distributed OSGi Issue Type: Improvement Components: Product Affects Versions: 2.2.0 Reporter: Christian Schneider Assignee: Christian Schneider Fix For: 2.3.0 Currently we use the karaf-maven-plugin and some xslt processing to create the multi bundle distro. The problem is that the plugin installs a lot more bundles than needed. The approach is also not compatible to the karaf-maven-plugin 4.x. I propose to use the bnd-indexer-plugin and bnd-export-plugin instead. So we just need to provide a pom based repo for the backing bundles and a bndrun file with the requires. This makes it a lot simpler to tweak and maintain the distro. It also keeps the distro a lot smaller ( about half the size). -- This message was sent by Atlassian JIRA (v6.4.14#64029)