You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Ygor Castor <yg...@gmail.com> on 2018/04/17 16:55:43 UTC

Multi-stage boot features using karaf-maven-plugin.

Hello!

I know that it's possible to control que boot-features install order using
multi-stages:

featuresBoot = \
      (wrap, \
       eventadmin),

But i'm working with a custom distribution that generates
the org.apache.karaf.features.cfg file through the karaf-maven-plugin, how
can i instruct the maven plugin to use multi-stages?