BuildNumber — from SVN into your application
Finally found some time to publish BuildNumber — a Maven plugin and Ant task to embed SVN build number into your application during build. Great for tracking what version is deployed where.
Finally found some time to publish BuildNumber — a Maven plugin and Ant task to embed SVN build number into your application during build. Great for tracking what version is deployed where.
sashaov and
Yegor are discussing. Toggle Comments
Blog at WordPress.com. Theme: P2 by Automattic.
Yegor 12:04 pm on 2011-01-16 Permalink |
There is another possible alternative: http://mojo.codehaus.org/buildnumber-maven-plugin/ (for Maven only).
sashaov 12:45 pm on 2011-01-16 Permalink |
Yeah, I remember looking at it then. I needed the build number to use it right in the program code and it was a bit of challenge to get it out of that mojo, so I had wrote my own
.This Mojo creates a property file which is then available to the program.