[
https://issues.apache.org/jira/browse/KARAF-5290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated KARAF-5290:
----------------------------------------
Fix Version/s: 4.1.2
> kar:install doesn't install the feature in the kar if mvn URL is used
> ---------------------------------------------------------------------
>
> Key: KARAF-5290
> URL: https://issues.apache.org/jira/browse/KARAF-5290
> Project: Karaf
> Issue Type: Bug
> Components: karaf-kar
> Affects Versions: 4.2.0, 4.1.2
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Fix For: 4.2.0, 4.1.2
>
>
> If a kar is dropped in the {{deploy}} folder, then, the features in the kar
> are correctly installed:
> {code}
> cp test.kar deploy
> karaf@root()> feature:list -i|grep -i test
> test │ 1.0.0.SNAPSHOT │ x │ Started │ test
> │
> {code}
> However, if the same kar is installed using the {{kar:install}} command, the
> kar is listed but the features inside the kar are not installed:
> {code}
> karaf@root()> kar:install mvn:...
> {code}
> Whereas it works with {{kar:install file:/path/to/test.kar}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)