I just created a features file with multiple feature targets in it for
database setup, netty server, rest services, etc. Then there's an "all"
feature that calls the others. It all works fine but it acts like it
collates or includes all the other features elements when I call the install
of "all". In other words, when I do an uninstall it does not show the other
sub-targets as having been installed. I actually have 3 questions.

 

1.      Is there a directive to tell Karaf to run the features installs
individually and not to lump them together?
2.      Is there any directive to tell Karaf to delete/remove any
configuration files it has installed when it uninstalls the feature
associate it with it?
3.      In the past I've used the plugin to install .cfg files from my
bundles and there is a directive override=true/false. Does anything like
that exist for the config done directly from the feature?

 

I certainly like the use of the config directive right from the feature as
it makes configuration from Maven a snap and thus lets Jenkins manage that.

 

Thanks,

Brad

Reply via email to