How do I configure the features-maven-plugin version 2.3.2 to include dependent features?
As an example, I have include the jax-ws feature which depends on http-whiteboard. I would like to have all dependent features includes, or be notified of dependent features that are not included. karaf@root> features:info cxf-jaxws Description of cxf-jaxws 2.7.10 feature ---------------------------------------------------------------- Feature has no configuration Feature has no configuration files Feature depends on: cxf-core 2.7.10 cxf-databinding-jaxb 2.7.10 cxf-bindings-soap 2.7.10 cxf-http 2.7.10 Feature contains followed bundles: mvn:org.apache.cxf/cxf-rt-frontend-simple/2.7.10 start-level=40 mvn:org.apache.cxf/cxf-rt-frontend-jaxws/2.7.10 start-level=40 karaf@root> features:info cxf-http Description of cxf-http 2.7.10 feature ---------------------------------------------------------------- Feature has no configuration Feature has no configuration files Feature depends on: cxf-core 2.7.10 http-whiteboard [2,4) Feature contains followed bundles: mvn:org.apache.cxf/cxf-rt-transports-http/2.7.10 start-level=40 Paul Spencer
