Re: Custom file install in Karaf assembly

2017-09-07 Thread Guillaume Nodet
We have an example in our build. Here's the framework generation: https://github.com/apache/karaf/blob/master/assemblies/features/static/pom.xml It's actually used here: https://github.com/apache/karaf/blob/master/demos/profiles/static/pom.xml A completely different approach may be to

Custom file install in Karaf assembly

2017-09-05 Thread Matteo Rulli
Hello, I'm trying to replace the default Felix fileinstall with my custom implementation. To do that I built an alternative framework feature and I generated a KAR out of it. After that I replaced the org.apache.karaf.features framework kar dependency in my karaf