Mariusz Dubielecki created KARAF-3589:
-----------------------------------------
Summary: Doesn't allow specifying a version for a boot feature in
etc/org.apache.karaf.features.cfg
Key: KARAF-3589
URL: https://issues.apache.org/jira/browse/KARAF-3589
Project: Karaf
Issue Type: Bug
Components: karaf-tooling
Affects Versions: 4.0.0.M2, 3.0.3
Environment: Uubuntu , Oracle JDK 1.7.0_51, Maven 3.0.4
Reporter: Mariusz Dubielecki
It is not possible to generate org.apache.karaf.features.cfg configuration file
with feature version like:
#
# Comma separated list of features to install at startup
#
featuresBoot = hibernate;version=2.1.99-SNAPSHOT
e.g.
{code:xml}
<plugin>
<groupId>org.apache.karaf.tooling</groupId>
<artifactId>karaf-maven-plugin</artifactId>
<version>3.0.3</version>
<extensions>true</extensions>
<configuration>
<bootFeatures>
<feature>hibernate/4.2.15.Final</feature>
</bootFeatures>
</configuration>
</plugin>
{code}
generate configuration file without version: featuresBoot = hibernate and
plugin version 4.0.0.M2 generate wrong version format like: featuresBoot =
hibernate/4.2.15.Final
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)