You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Quinn Stevenson (JIRA)" <ji...@apache.org> on 2016/04/04 21:56:25 UTC

[jira] [Commented] (CAMEL-9754) Convert from maven-bundle-plugin to bnd-maven-plugin

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

Quinn Stevenson commented on CAMEL-9754:
----------------------------------------

I've worked through the basics for this, and it looks very promising.

I'm waiting for version 3.2.0 of the bnd-maven-plugin because I need the -snapshot=SNAPSHOT functionality to replicated what is currently done by the maven-bundle-plugin.

> Convert from maven-bundle-plugin to bnd-maven-plugin
> ----------------------------------------------------
>
>                 Key: CAMEL-9754
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9754
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Quinn Stevenson
>
> Currently, the v2.3.7 of the maven-bundle-plugin is used to generate the OSGi Manifests for the Camel libraries.  The project cannot upgrade to a later version of the maven-bundle-plugin because the newer versions break the build.
> The bnd-maven-plugin is maintained by the same group that maintains the BND libraries (which both plugins use internally) expedites updates to the plugin when the underlying libraries change.  Also, the bnd-maven-plugin uses the same BND configuration file format as BND, which eliminates the complex mapping from XML to BND configuration that the maven-bundle-plugin has to deal with.
> The goals are:
>  - change from the maven-bundle-plugin to the bnd-maven-plugin
>  - upgrade the OSGi version
>  - upgrade the default OSGi dependencies in the parent POM



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)