In Karaf there are two files in /etc/config, they are config.properties
and custom.properties
. As I read in config.properties I should override values in custom.properties
. I wish to append to the org.osgi.framework.system.packages.extra
key.
However I don't understand how I can append to this, I can of course completely copy its value across to custom.properties and add a value to it, but then its really big in custom.properties
. In custom.properties
I would like to have something simple like:
org.osgi.framework.system.packages.extra = \
universe.microservice.shared.service