you can use http://karaf.apache.org/manual/latest/developers-guide/custom-distribution.html to create a custom distribution.
you can copy in your distribution any package you want. in the Pom, exclude all package you want to remove and add dependencies. in distribution descriptor you can add somme files with personnals. if your read french you can see an exemple here http://www.developpez.net/forums/d1228747/java/serveurs-conteneurs-java-ee/modularisation-osgi-sca/osgi-camel-plate-forme-minimale/ the distribution http://www.developpez.net/forums/attachments/p113271d1362923555/java/serveurs-conteneurs-java-ee/modularisation-osgi-sca/osgi-camel-plate-forme-minimale/karaf-camel.tar.gz/ are not fully tested. A+JYT PS sorry for my approximative english -- View this message in context: http://karaf.922171.n3.nabble.com/custom-distribution-tp4030171p4030175.html Sent from the Karaf - User mailing list archive at Nabble.com.
