You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2010/03/05 15:28:27 UTC

[jira] Issue Comment Edited: (FELIX-2173) Fix inconsistent maven->osgi version conversion between maven-bundle-plugin and DefaultMaven2OsgiConverter

    [ https://issues.apache.org/jira/browse/FELIX-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841874#action_12841874 ] 

Guillaume Nodet edited comment on FELIX-2173 at 3/5/10 2:27 PM:
----------------------------------------------------------------

Committing to https://svn.apache.org/repos/asf/felix/trunk ...
	M	bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
	M	bundleplugin/src/main/java/org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.java
	M	bundleplugin/src/test/java/org/apache/felix/bundleplugin/BundlePluginTest.java
Committed r919426

Switch to a modified version of the BND version cleaner.

      was (Author: gnt):
    Committing to https://svn.apache.org/repos/asf/felix/trunk ...
	M	bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
	M	bundleplugin/src/main/java/org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.java
	M	bundleplugin/src/test/java/org/apache/felix/bundleplugin/BundlePluginTest.java
Committed r919426

Switch to a modified version of the BNR version cleaner.
  
> Fix inconsistent maven->osgi version conversion between maven-bundle-plugin and DefaultMaven2OsgiConverter
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-2173
>                 URL: https://issues.apache.org/jira/browse/FELIX-2173
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>            Reporter: Graham Charters
>            Assignee: Guillaume Nodet
>             Fix For: maven-bundle-plugin-2.1.0
>
>
> The maven bundle plug converts maven version like : 1.0.0-incubating-SNAPSHOT to 1.0.0.incubating-SNAPSHOT which I think is correct.
> The DefaultMaven2OsgiConverter coverts maven version like: 1.0.0-incubating-SNAPSHOT to 1.0.0.incubating_SNAPSHOT which unnecessarily coverts '-' to '_'.
> The conversion should be reusable and consistent to ensure they match when used in other plugins or environments.  I think the DefaultMaven2OsgiConverter  needs to be changed to match the maven bundle plugin.
> See also: http://www.mail-archive.com/dev@felix.apache.org/msg15894.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.