Hello,
I used the Include-Resource to embed an OSGi bundle into another bundle like this:
Include-Resource: target/dependency/onecms.core-${onecms.core.version}.jar;lib:=true
Is it possible NOT to register services from an embedded OSGi bundle?
The problem I get is that all the services get registered twice: from the actual bundle installed in the OSGi container and the embedded one (dependency in another bundle).
BR,
Daniel