[
https://issues.apache.org/jira/browse/KARAF-3425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14263830#comment-14263830
]
Jean-Baptiste Onofré commented on KARAF-3425:
---------------------------------------------
Fixed on karaf-3.0.x:
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=07f33e9c1cead0af78d0ce5d4db3e13bd3f3f727
The name/version format is now supported, allowing you to use:
{code}
<installedFeatures>
<feature>spring/4.0.7.RELEASE_1</feature>
</installedFeatures>
{code}
for instance.
> Need a solution to add a "specific version" of a feature in
> karaf-maven-plugin
> -------------------------------------------------------------------------------
>
> Key: KARAF-3425
> URL: https://issues.apache.org/jira/browse/KARAF-3425
> Project: Karaf
> Issue Type: Bug
> Components: karaf-tooling
> Affects Versions: 3.0.2
> Reporter: Mohammad Shamsi
> Assignee: Jean-Baptiste Onofré
> Fix For: 4.0.0, 3.0.3
>
>
> Given a feature repository with different versions of same feature.
> karaf-maven-plugin always installs the latest version of the feature
> and there is *no way* to install older versions of the feature.
>
> For example: spring 3.1.x, 3.2.x and 4.0.x are available in
> "org.apache.karaf.feature"
> Adding "spring" in to feature list of karaf-maven-plugin installs 4.0.x. and
> there is no way to provide the feature version
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)