Enable parse-version goal to extract multi-digit version component
------------------------------------------------------------------

                 Key: MBUILDHELPER-33
                 URL: https://jira.codehaus.org/browse/MBUILDHELPER-33
             Project: Maven 2.x Build Helper Plugin
          Issue Type: Improvement
    Affects Versions: 1.7
            Reporter: dev danke
            Priority: Minor


Although the most popular version format is major.minor.incremental, there are 
other widely used version formats. For instance, Google App Engine and Android 
projects use a simple integer, e.g. 1, 77, and 888.  In these cases, you'd like 
${parsedVersion.majorVersion} to return that entire value, either 1, 77, or 
888.  However, currently only the first digit from each version component is 
returned,  

Please enhance the parse-version goal to return all the digits in each 
component of ${project.version}.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to