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 2017/08/04 06:50:00 UTC

[jira] [Deleted] (KARAF-5290) kar:install doesn't install the feature in the kar if mvn URL is used

     [ https://issues.apache.org/jira/browse/KARAF-5290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré deleted KARAF-5290:
----------------------------------------


> 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
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>
> 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)