Hi Jean-Baptiste,

On 05.02.17 11:52, Jean-Baptiste Onofré wrote:
> Hi Thomas
> 
> Did you take a look on the Karaf documentation ? There is description of
> what is a feature, req/cap, ...

Do you mean like
http://karaf.apache.org/manual/latest/#_feature_and_resolver and following?

Yes, of course. It says for example "When you install a feature, Apache
Karaf installs all resources described in the feature. It means that it
will automatically resolves and installs all bundles, configurations,
and dependency features described in the feature"

Reading this makes me think that the list of Maven dependencies
(including transitive ones) should be sufficient to resolve everything.
Is this a valid assumption to make? The karaf-maven-plugin gives me for
example

<bundle>mvn:org.apache.camel/camel-blueprint/2.18.1</bundle>

Is this identical to

<feature version="2.18.1">camel-blueprint</feature>

and if not, how do I get the plugin to generate the latter from a
dependency entry in the POM? Is this possible at all or do I need to
manage the feature dependencies manually?

I just want to understand how it is meant to be.
Bye, Thomas

Reply via email to