You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2015/07/24 12:30:05 UTC

[jira] [Created] (KARAF-3876) karaf-maven-plugin adds non-bundle dependencies as bundles in a feature

Benson Margulies created KARAF-3876:
---------------------------------------

             Summary: karaf-maven-plugin adds non-bundle dependencies as bundles in a feature
                 Key: KARAF-3876
                 URL: https://issues.apache.org/jira/browse/KARAF-3876
             Project: Karaf
          Issue Type: Bug
            Reporter: Benson Margulies


I have a bundle jar that has a set of embedded dependency jars.

The pom.xml for this bundle lists the embedded dependencies, as does the dependencies.properties.

When the karaf-maven-plugin processes it to make a features.xml, it adds <bundle/> elements for each of them, even though they are not bundles at all.

I can go back and add <optional>true</optional>, but I won't always control the producer. Can't the karaf-maven-plugin look a bit harder?





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)