gorski / quicktag-maven-plugin

Quciktag Maven Plugin - easily embed build info into your Java application
https://github.com/gorski/quicktag-maven-plugin
3 stars 0 forks source link

maven-release-plugin compatability #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Normally, with a SNAPSHOT, the BANNER says something like VERSION-REVISION.  

During release:perform, git does a headless checkout.

I tried to manually work around it by:
git checkout BRANCH
git reset --hard TAG
then doing the build
But then the BANNER said VERSION-VERSION and did not include the REVISION.

The PROJECT_VERSION was VERSION-gREVISION, so it seems we could still pull the 
info out.

Original issue reported on code.google.com by malac...@gmail.com on 22 Feb 2013 at 8:47