You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Grzegorz Grzybek (JIRA)" <ji...@apache.org> on 2017/11/07 11:26:00 UTC

[jira] [Assigned] (KARAF-4506) karaf-maven-plugin can not find sub feature with SNAPSHOT in version

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

Grzegorz Grzybek reassigned KARAF-4506:
---------------------------------------

    Assignee: Grzegorz Grzybek

> karaf-maven-plugin can not find sub feature with SNAPSHOT in version
> --------------------------------------------------------------------
>
>                 Key: KARAF-4506
>                 URL: https://issues.apache.org/jira/browse/KARAF-4506
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-tooling
>    Affects Versions: 4.0.5
>            Reporter: Oleksandr Maksymenko
>            Assignee: Grzegorz Grzybek
>         Attachments: example.zip
>
>
> I have very simple feature file
> {noformat}
> <features  name="bug-1.0-SNAPSHOT">
>     <feature name="bug-submodule" version="1.0-SNAPSHOT">
>     </feature>
>     <feature name="bug-module" version="1.0-SNAPSHOT">
>         <feature version="1.0-SNAPSHOT">bug-submodule</feature>
>     </feature>
> </features>
> {noformat}
> when I try to execute goal karaf-assembly with boot feature bug-module I getting
> {noformat}
> [ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.0.5:assembly (default-assembly) on project test-a-2: Unable to build assembly: Could not find matching feature for bug-submodule/1.0-SNAPSHOT -> [Help 1]
> {noformat}
> Same build worked well with version 4.0.2
> In example.zip I prepared files to reproduce this problem 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)