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

ASF GitHub Bot commented on KARAF-4336:
---------------------------------------

jbonofre opened a new pull request #660: [KARAF-4336] Add rank support for 
commands and scripts in the karaf:client mojo
URL: https://github.com/apache/karaf/pull/660
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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
>    Affects Versions: 4.0.4
>            Reporter: Martin BasovnĂ­k
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>              Labels: client, maven, tooling
>             Fix For: 4.2.2, 4.1.7
>
>
> {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
(v7.6.3#76005)

Reply via email to