You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Eli Aidam (JIRA)" <ji...@apache.org> on 2015/08/06 17:00:05 UTC

[jira] [Created] (ARIES-1367) eba-maven-plugin writes wrong version in manifest file

Eli Aidam created ARIES-1367:
--------------------------------

             Summary: eba-maven-plugin writes wrong version in manifest file
                 Key: ARIES-1367
                 URL: https://issues.apache.org/jira/browse/ARIES-1367
             Project: Aries
          Issue Type: Bug
            Reporter: Eli Aidam


Using eba-maven-plugin 1.0.0.
If the application version has 2 leading zeros as part of the 4th tuple, 1 leading zero is removed when writing it to the application.mf file. 
For example: if application version is  3.1.1.008028, then the eba plugin writes 3.1.1.08028 in the Application-Content: section of the manifest file.

It looks like the code Analyzer.cleanupVersion(artifact.getVersion()) is the one removing the leading zero.
I see that https://issues.apache.org/jira/browse/ARIES-1103 is reporting a similar issue with the esa-maven-plugin.





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