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

Steinar Bang commented on KARAF-5104:
-------------------------------------

I made a github pull request with a proposed fix for this issue: 
https://github.com/apache/karaf/pull/318

The pull requests adds:
# A parameter to set a list of URLs to feature repositories to add to the karaf 
started by karaf:run
# A parameter containing a comma separated list of features to install in the 
karaf started by karaf:run
# If karaf:run is set up to deploy the current project artifact and if the 
current project has packaging pom and an attached file with classifier 
"features" and type "xml", that attachment will be installed as a feature 
repository in the karaf started by the karaf:run goal

(i) _Note_: Even if you decide not to take this change, you might consider the 
first commit of this pull request, because that is just as-is unit tests of the 
RunMojo.deploy(BundleContext) method.

> karaf:run should support a features set
> ---------------------------------------
>
>                 Key: KARAF-5104
>                 URL: https://issues.apache.org/jira/browse/KARAF-5104
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-tooling
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>
> Now, {{karaf:run}} can automatically install a bundle in started Karaf 
> instance. The goal should be able to support features XML descriptors and a 
> set of features.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to