On Tue, Mar 29, 2016 at 2:27 PM, Quinn Stevenson < qu...@pronoia-solutions.com> wrote:
> I was able to get the bnd-maven-plugin working with camel-core last night > on the jdk8-lambda branch. I still need to finish the bnd.bnd > configuration file to make the manifests match, but I’m getting close. > Once Raul finishes his work and merges it back to master, I’ll get the PR > going with the bnd-maven-plugin so everyone can see what that looks like. > > Is there a list of which projects should not generate bundles? I’d like > to try and build that into my PR as well. > Cool, Quinn, nice work! At the root of your working copy: find . -type f -name "pom.xml" -exec grep -H camel.osgi.skip {} \; That should output the path to the poms that are skipping OSGi bundle generation. Take into account that the property is inherited by children poms. Cheers, *Raúl Kripalani* PMC & Committer @ Apache Ignite, Apache Camel | Integration, Big Data and Messaging Engineer http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani Blog: raul.io | twitter: @raulvk <https://twitter.com/raulvk>