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 2014/01/27 09:13:40 UTC

[jira] [Work started] (KARAF-2519) karaf-maven-plugin ignores dependent feature repositories when building an assembly

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

Work on KARAF-2519 started by Jean-Baptiste Onofré.

> karaf-maven-plugin ignores dependent feature repositories when building an assembly
> -----------------------------------------------------------------------------------
>
>                 Key: KARAF-2519
>                 URL: https://issues.apache.org/jira/browse/KARAF-2519
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-tooling
>    Affects Versions: 3.0.0.RC1
>            Reporter: Minto van der Sluis
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 3.0.1
>
>
> Feature repositories in features.xml files are not processed recursively:
> <features name="wicketkaraf" version="1.0.0-SNAPSHOT"> 
> <repository>mvn:org.ops4j.pax.wicket/paxwicket/3.0.1/xml/features</repository> 
> <repository>mvn:org.ops4j.pax.wicket/features/3.0.1/xml/features</repository> 
>   ... 
> As a result dependent features might be missing since there is no other way to find their corresponsing bundles. The only work around it to add all dependent feature repositories as features (classifier) dependencies to your pom and add the needed features as bootFeatures to the karaf-maven-plugin configuration.
> See mailing list discussion as well: http://karaf.922171.n3.nabble.com/How-to-include-all-dependencies-in-karaf-assembly-tt4029728.html



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)