Skip to content

tprochazka/buildnumber-maven-plugin-for-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buildnumber-maven-plugin-for-git

This is clone of original buildnumber-maven-plugin which generate ${buildNumber} as integer (commits count) instead of hash for GIT.

It is very usefull for Android development where versionCode must be always number.

If you want to use GIT commit hash new variable ${buildId} was introduced.

For SVN will be ${buildNumber} and ${buildId} the same.

This version also allow set buildNumberIncrement configuration variable that will be add to the original ${buildNumber}. This is very useful if you already have Android app on the Play store with bigger versionCode number that original ${buildNumber} has.

About

This is clone of original buildnumber-maven-plugin which allow generate ${buildNumber} as integer instead of hash for GIT.

Resources

License

Stars

Watchers

Forks

Packages

No packages published