Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.0.5
-
None
-
None
Description
I have very simple feature file
<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>
when I try to execute goal karaf-assembly with boot feature bug-module I getting
[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]
Same build worked well with version 4.0.2
In example.zip I prepared files to reproduce this problem
Attachments
Attachments
Issue Links
- is broken by
-
KARAF-3994 karaf-maven-plugin is ignoring the feature version and installing all available versions of given feature in the repository.
- Resolved
- is related to
-
KARAF-4684 karaf-maven-plugin assembly goal fails to find nested features with explicit version containing qualifier
- Resolved
- relates to
-
KARAF-5324 Versions are not cleaned anymore when creating version ranges
- Resolved