You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Grzegorz Grzybek (JIRA)" <ji...@apache.org> on 2017/11/07 11:29:00 UTC

[jira] [Assigned] (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:all-tabpanel ]

Grzegorz Grzybek reassigned KARAF-1210:
---------------------------------------

    Assignee: Grzegorz Grzybek

> 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
>            Assignee: Grzegorz Grzybek
>
> 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
(v6.4.14#64029)