Issue Type: Improvement Improvement
Assignee: Unassigned
Created: 17/Apr/13 2:07 AM
Description:

It would be great to have a sequential build number available when using git. With SVN, the revision number used as build number is by definition sequential, while the git commit hash is not.

A sequential build number can be used to automatically construct sequential version numbers of artifacts, something desirable in systems that have some update logic running based on increased version numbers.

With git, the number of commits could be used a sequential buildnumber. As I learned in http://stackoverflow.com/a/4061706/1245428, this can be gained from

git rev-list HEAD --count
Project: Mojo Build Number Maven Plugin
Priority: Major Major
Reporter: Jörg von Frantzius
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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