You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Oleksandr Maksymenko (JIRA)" <ji...@apache.org> on 2016/04/25 16:09:12 UTC

[jira] [Updated] (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 ]

Oleksandr Maksymenko updated KARAF-4506:
----------------------------------------
    Attachment: example.zip

> 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
>         Attachments: example.zip
>
>
> I have very simple feature file
> <code>
> <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>
> </code>
> when I try to execute goal karaf-assembly with boot feature bug-module I getting
> <code>
> [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]
> </code>
> Same build worked well with version 4.0.2
> I will attach example files I did for this problem



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