Remove use of bnd from eba-maven-plugin
---------------------------------------

                 Key: ARIES-219
                 URL: https://issues.apache.org/jira/browse/ARIES-219
             Project: Aries
          Issue Type: Task
          Components: Application
            Reporter: Graham Charters
            Priority: Trivial


aQute.lib.osgi.Analyzer.cleanupVersion is currently used to convert Maven 
versions to OSGi versions.  The original intention was to use 
DefaultMaven2OsgiConverter but the conversion
gave different results from the maven-bundle-plugin.  Guillaume fixed this in 
https://issues.apache.org/jira/browse/FELIX-2173 .  When the bundle plugin is 
released we should update
the eba-maven-plugin to use this code.  

See code like this in the plugin:

                                        + 
aQute.lib.osgi.Analyzer.cleanupVersion(project.getVersion()) + "\n");
//                                      + 
maven2OsgiConverter.getVersion(project.getVersion()) + "\n");

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

Reply via email to