You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Andreas Pieber (JIRA)" <ji...@apache.org> on 2011/01/11 06:41:45 UTC

[jira] Updated: (KARAF-373) Add option to features-maven-plugin to automatically include into

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

Andreas Pieber updated KARAF-373:
---------------------------------

    Attachment: filecopy.patch

Ok this issue is two-fold. 

On one hand we have the maven based descriptors which could be easily copied (see r1057491). I think we can even backport this to karaf-2.1.4, because per default it will not change anything

BUT on the other hand it will also be useful to install the file based feature descriptors (which are not yet installed for example; as e.g. karafs feature file in target/classes). I've also tried to find a solution for that issue, which you can see in the attached patch; but I'm not too happy with it... Any comments and ideas are welcomed...

> Add option to features-maven-plugin to automatically include <descriptors> into <repository>
> --------------------------------------------------------------------------------------------
>
>                 Key: KARAF-373
>                 URL: https://issues.apache.org/jira/browse/KARAF-373
>             Project: Karaf
>          Issue Type: New Feature
>          Components: tooling
>            Reporter: Andreas Pieber
>            Assignee: Andreas Pieber
>         Attachments: filecopy.patch
>
>
> If you build a client project and want to include additional features.xml, not included in any distribution by now you have to retrieve them via depedency plugin first and copy them into the system folder of your distribution afterwards. If the features.xml (in the descriptors tag) on the other side is handled as regular maven tag and simply also copied into the system directory you'll be freed of this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.