Yes, Jean is correct. We build a custom distribution using a hand crafted features file (the maven plugin doesn't seem to work in a multi-module project although I haven't checked in a while) and the karaf maven plugin. We have a dedicated project that consists only of a pom. This describes dependencies upon a set of features xml files and runs the karaf maven plugin:
https://github.com/JohannesKlug/hbird/blob/master/src/hbird-karaf/hbird-platform/pom.xml Once we have the distribution we can start it up with the normal scripts, that is, those in the bin dir. That's when things begin to go wrong. -- View this message in context: http://karaf.922171.n3.nabble.com/Fwd-Custom-distribution-in-3-0-0-doesn-t-quite-work-with-code-upgraded-from-3-0-0-SNAPSHOT-tp4032271p4032282.html Sent from the Karaf - User mailing list archive at Nabble.com.
