[
https://issues.apache.org/jira/browse/KARAF-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16281206#comment-16281206
]
Jean-Baptiste Onofré commented on KARAF-4506:
---------------------------------------------
Agree, I think it makes sense to keep this for 4.2.x.
> 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
> {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)