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 2018/06/09 05:10:00 UTC

[jira] [Created] (KARAF-5782) Check if the kar create plugin recursively include all resources (bundles, configs)

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

             Summary: Check if the kar create plugin recursively include all resources (bundles, configs)
                 Key: KARAF-5782
                 URL: https://issues.apache.org/jira/browse/KARAF-5782
             Project: Karaf
          Issue Type: Bug
          Components: karaf-tooling
    Affects Versions: 4.2.0
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 4.2.1


When a "closed" feature contains a repository and inner features like:

{code}
<features>
  <repository>foo_repo</repository>
  <feature name="my" version="1.0">
    <feature>foo</feature>
    ...
  </feature>
</features>
{code}

The resulting kar should contain {{foo_repo}} features XML and all resources (bundles, configs) defined in {{foo}} feature.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)