karaf-maven-plugin: version ranges results int both release and snapshot
dependencies included in feature.xml
-------------------------------------------------------------------------------------------------------------
Key: KARAF-1210
URL: https://issues.apache.org/jira/browse/KARAF-1210
Project: Karaf
Issue Type: Bug
Components: karaf-tooling
Environment: maven 3.0.4
Reporter: Andrei Pozolotin
karaf-maven-plugin: version ranges results int both release and snapshot
dependencies included in feature.xml
for example:
version spec like this
<groupId>com.example.platform</groupId>
<artifactId>example-plugin-core-api2</artifactId>
<version>[1.0.0,1.1.0)</version>
will produce feature xml entries like this
<bundle
start-level="50">mvn:com.example.platform/example-plugin-core-api2/1.0.1</bundle>
<bundle
start-level="50">mvn:com.example.platform/example-plugin-core-api2/1.0.1-SNAPSHOT</bundle>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira