build - How to set version number to java web application using maven? - Stack Overflow
I'd recommend to use buildnumber-maven-plugin, which will set ${buildNumber}
property, which you can write to MANIFEST.MF
like this (if it's WAR):
Read full article from build - How to set version number to java web application using maven? - Stack Overflow
No comments:
Post a Comment