Jean-Baptiste Onofré created KARAF-6319:
-------------------------------------------
Summary: Add <stageBootFeatures/> allowing to define the early
stage boot features
Key: KARAF-6319
URL: https://issues.apache.org/jira/browse/KARAF-6319
Project: Karaf
Issue Type: Improvement
Components: karaf
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
Fix For: 4.3.0, 4.2.6
Right now, using the {{karaf:assembly}} goal, we can provide the
{{<bootFeatures/>}}, ending in {{featuresBoot}} property in
{{etc/org.apache.karaf.features.cfg}}.
However, it's not possible during the assembly to specify the "early" stage
boot features, for instance, something like:
{code}
featuresBoot=(instance,package,log,ssh,framework,feature),myfeature
{code}
I'm proposing to add (in the {{Builder}}) a {{<firstBootFeatures/>}} that will
be adding in the early stage, before the "regular" {{<bootFeatures/>}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)