[
https://issues.apache.org/jira/browse/KARAF-6319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617709#comment-17617709
]
ASF subversion and git services commented on KARAF-6319:
--------------------------------------------------------
Commit d97bb73dd75ac547a11d535e11de85fdcc03def5 in karaf's branch
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=d97bb73dd7 ]
Merge pull request #1649 from awrb/KARAF-6319
[KARAF-6319] - add <firstStageBootFeatures> option to assembly mojo
> 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é
> Priority: Major
>
> 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
(v8.20.10#820010)