As mentioned in #10, there are use-cases for configuring the list of feature repos Karaf uses to search for features. The featuresRepositories list in org.apache.karaf.features.cfg needs to be configured via a template (much like featuresBoot in the same config file).
#
# Comma separated list of features repositories to register by default
#
featuresRepositories = mvn:org.apache.karaf.features/standard/3.0.1/xml/features,mvn:org.apache.karaf.features/enterprise/3.0.1/xml/features,mvn:org.ops4j.pax.web/pax-web-features/3.1.0/xml/features,mvn:org.apache.karaf.features/spring/3.0.1/xml/features,mvn:org.opendaylight.integration/features-integration/0.2.3-Helium-SR3/xml/features
As mentioned in #10, there are use-cases for configuring the list of feature repos Karaf uses to search for features. The
featuresRepositories
list inorg.apache.karaf.features.cfg
needs to be configured via a template (much likefeaturesBoot
in the same config file).