The Maven Buildnumber plugin doesn\'t appear to work with GIT yet. Is there a workaround for the time being? I recently switched from SVN to GIT and have found it to be an eas
I had problems with getting the ones provided above to work.
So I wrote my own, which simply executes the git describe and assigns to a property to be used in the MANIFEST.MF.
git describe
See: https://github.com/koekiebox/git-maven-plugin
Thanks.