Generating build numbers in web applications using maven
Problem: You want to create a build number in the web front end of your application (e.g. to have it on screenshots appended to bug reports during user acceptance test). You are using maven for your builds and your code is under source control (e.g. using subversion). Solution: All you need is some maven plugins … [Read more…]