Releases with Maven
Submitted by Anonymous on 13 July, 2008 - 13:40Use maven for releasing a version of your application for production, easier then doing it by hand. Releases also help in keeping a clear distinction between versions.
mvn release:prepare is a bit like a TAG in svn, only it adjusts the pom too.
