You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2016/12/11 09:43:58 UTC

[jira] [Comment Edited] (KARAF-4336) Add support for ordering of CLI scripts and commands in karaf-maven-plugin

    [ https://issues.apache.org/jira/browse/KARAF-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15739455#comment-15739455 ] 

Jean-Baptiste Onofré edited comment on KARAF-4336 at 12/11/16 9:43 AM:
-----------------------------------------------------------------------

I guess {{karaf:run}} and {{karaf:client}}.


was (Author: jbonofre):
I guess {{karaf:run}}.

> Add support for ordering of CLI scripts and commands in karaf-maven-plugin
> --------------------------------------------------------------------------
>
>                 Key: KARAF-4336
>                 URL: https://issues.apache.org/jira/browse/KARAF-4336
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-tooling
>    Affects Versions: 4.0.4
>            Reporter: Martin Basovník
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 4.1.0, 4.0.9
>
>
> {code:xml}
> <configuration>
>    <scripts>
>       <script order="1">setup1.cli</script>
>       <script order="3">setup2.cli</script>
>    </scripts>
>    <commands order="2">
>       <command>feature:repo-add camel ${version.camel}</command>
>    </commands>
> </configuration>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)