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 2016/08/22 14:21:21 UTC

[jira] [Commented] (KARAF-1583) karaf-maven-plugin ignores dependency on feature

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

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

GitHub user skitt opened a pull request:

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

    [KARAF-1583] Add repository dependencies

    Any repository dependencies encountered while processing feature
    dependencies are added to the repositories. We track
    feature-repository correspondences and only add necessary repositories
    after processing all the features, so we end up adding repositories
    necessary to find feature dependencies, but nothing else.
    
    Repositories are tracked explicitly to allow later integration of
    repositories mentioned in pre-existing feature.xml files; this will
    allow large feature repositories to be used optimally.
    
    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 karaf-1583

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

    https://github.com/apache/karaf/pull/228.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 #228
    
----
commit 64c681e56d8a21daa8d2ca3b83521c51dda77554
Author: Stephen Kitt <sk...@redhat.com>
Date:   2016-05-27T14:20:21Z

    [KARAF-1583] Add repository dependencies
    
    Any repository dependencies encountered while processing feature
    dependencies are added to the repositories. We track
    feature-repository correspondences and only add necessary repositories
    after processing all the features, so we end up adding repositories
    necessary to find feature dependencies, but nothing else.
    
    Repositories are tracked explicitly to allow later integration of
    repositories mentioned in pre-existing feature.xml files; this will
    allow large feature repositories to be used optimally.
    
    Signed-off-by: Stephen Kitt <sk...@redhat.com>

----


> karaf-maven-plugin ignores dependency on feature
> ------------------------------------------------
>
>                 Key: KARAF-1583
>                 URL: https://issues.apache.org/jira/browse/KARAF-1583
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-tooling
>    Affects Versions: 3.0.0.RC1
>            Reporter: Brian Topping
>            Assignee: Jean-Baptiste Onofré
>
> When a project has a dependency on a feature, the dependency should be rendered in the features.xml generated by {{karaf-maven-plugin:features-generate-descriptor}} as a {{<repository>}} element.  
> I thought I added this, but it must have gotten lost in the patches and will submit another patch after KARAF-1537 is applied.



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