You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2009/03/24 00:50:12 UTC

[jira] Updated: (MNG-4105) Allow access to components of a parsed version through properties.

     [ http://jira.codehaus.org/browse/MNG-4105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-4105:
------------------------------

    Fix Version/s: 2.2.0-M1

because of the way this is handled, I think it would need to be ${project.versionParts.X} instead, so we can add getVersionParts() to MavenProject to construct the ArtifactVersion.

> Allow access to components of a parsed version through properties.
> ------------------------------------------------------------------
>
>                 Key: MNG-4105
>                 URL: http://jira.codehaus.org/browse/MNG-4105
>             Project: Maven 2
>          Issue Type: New Feature
>            Reporter: Paul Gier
>             Fix For: 2.2.0-M1
>
>
> There are some cases where I would like more fine grained access to the project version number.  It would be convenient if I could access individual parts of a version string using properties.  For example, a project with version "2.0.1-beta-1" I would like to be able to use the following properties or something similar:
> ${project.version} = 2.0.1-beta-1
> ${project.version.major} = 2
> ${project.version.minor} = 0
> ${project.version.incremental} = 1
> ${project.version.qualifier} = beta
> ${project.version.buildNumber} = 1

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira