The karaf maven plugin is perfectly suited to create custom distributions. We do use it to create the karaf official distributions, so unless something is missing, I'd suggest having a look at it. See for example:
https://github.com/apache/karaf/blob/master/assemblies/apache-karaf-minimal/pom.xml#L102-L148 2017-05-18 22:51 GMT+02:00 Scott Lewis <[email protected]>: > On 5/17/2017 11:24 PM, Guillaume Nodet wrote: > >> Not really. >> What would be the use of such a directory ? >> > > It could be used to develop to and package custom distributions that are > based upon Karaf and other projects...for example OpenHab. > > > Using that as the deploy folder for a newly created instance ? You'd loose >> some information such as configurations, start levels, etc... >> > > Yes that's true/understood. > > I suppose what I'm getting at is: how to most easily develop to and > create custom distributions...not of Karaf directly, but perhaps Karaf + > OpenHAB + others. > > Scott > > -- ------------------------ Guillaume Nodet
