You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Julian Feinauer (Jira)" <ji...@apache.org> on 2019/10/18 20:54:00 UTC

[jira] [Commented] (KARAF-1210) karaf-maven-plugin: version ranges results int both release and snapshot dependencies included in feature.xml

    [ https://issues.apache.org/jira/browse/KARAF-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954955#comment-16954955 ] 

Julian Feinauer commented on KARAF-1210:
----------------------------------------

[~jbonofre] how should the bundle entry look like in the above example?

> 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
>         Environment: maven 3.0.4
>            Reporter: Andrei Pozolotin
>            Priority: Major
>
> 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 was sent by Atlassian Jira
(v8.3.4#803005)