Description
To Reproduce:
a karaf-maven-plugin with only feature jpa/2.1.0 is installing both jpa 2.1.0 and 1.0.4 features (from enterprise repository).
<configuration> <startupFeatures/> <bootFeatures> <feature>jpa/2.1.0</feature> </bootFeatures> <installedFeatures/> </configuration>
In the console, one can see the following log, which is showing both features are being installed:
[INFO] Feature jpa is defined as a boot feature [INFO] == Installing artifact mvn:org.apache.felix/org.apache.felix.coordinator/1.0.0 [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.blueprint/2.1.0 [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.container/2.1.0 [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.api/2.1.0 [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.support/2.1.0 [INFO] Feature jpa is defined as a boot feature [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.blueprint.aries/1.0.4 [INFO] == Installing artifact mvn:org.apache.aries/org.apache.aries.util/1.1.0 [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.api/1.0.2 [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.container/1.0.2 [INFO] == Installing artifact mvn:org.apache.aries.jpa/org.apache.aries.jpa.container.context/1.0.4
Attachments
Issue Links
- breaks
-
KARAF-4506 karaf-maven-plugin can not find sub feature with SNAPSHOT in version
- Open
- is related to
-
KARAF-4306 karaf-maven-plugin is not assembling the correct version of dependencies
- Resolved
- relates to
-
KARAF-4712 Karaf assembly builder does not handle versions correctly
- Resolved