You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/24 17:27:44 UTC

[jira] [Commented] (KARAF-4999) Configfiles which are also POM dependencies end up duplicated

    [ https://issues.apache.org/jira/browse/KARAF-4999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883146#comment-15883146 ] 

ASF GitHub Bot commented on KARAF-4999:
---------------------------------------

GitHub user skitt opened a pull request:

    https://github.com/apache/karaf/pull/287

    [KARAF-4999] Generator: ignore configfiles

    If a bundle matches a configfile, it shouldn't be processed as a
    bundle. This patch ignores such bundles.
    
    Signed-off-by: Stephen Kitt <sk...@redhat.com>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/skitt/karaf configfiles

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/karaf/pull/287.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #287
    
----
commit 19858b9a1d0ecec180170ca2293e5818f053efc9
Author: Stephen Kitt <sk...@redhat.com>
Date:   2017-02-24T17:25:58Z

    [KARAF-4999] Generator: ignore configfiles
    
    If a bundle matches a configfile, it shouldn't be processed as a
    bundle. This patch ignores such bundles.
    
    Signed-off-by: Stephen Kitt <sk...@redhat.com>

----


> Configfiles which are also POM dependencies end up duplicated
> -------------------------------------------------------------
>
>                 Key: KARAF-4999
>                 URL: https://issues.apache.org/jira/browse/KARAF-4999
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 4.1.0, 4.0.8
>            Reporter: Stephen Kitt
>
> Currently, the generator ignores configfiles which are already defined in pre-existing feature.xml stubs. If the configfiles are duplicated in the feature POM, the generator ends up duplicating them, once as the original configfile, and once as a wrapped bundle.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)