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:30:02 UTC

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

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

             Summary: 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
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 4.2.0


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)