Hi JB,
Thanks for pointing to the right instructions :)
I did add the dependency and my custom distribution does have the feature
now. However, I still have one problem. Since my features is described in a
features.xml (/src/main/resources/features.xml) as:
It seems that I can't make it
Hi,
did you add your features XML repo in dependency of your assembly pom ?
You can take a look on the example:
https://github.com/apache/karaf/tree/master/examples/karaf-docker-example/karaf-docker-example-dynamic-dist
https://github.com/apache/karaf/tree/master/examples/karaf-docker-example/ka
Hi,
I'm trying to create my own Karaf distribution with karaf-maven-plugin and
include my private features. My target is just bring the resulting .tar.gz
and extract it on an application server without interacting with the
Console.
I have successfully generated a feature.xml with the following pl