Felix> Something like mvn release plugin Felix> http://maven.apache.org/maven-release/maven-release-plugin/
Please, friends, never use maven-release-plugin. It works for a trivial single-module project, and it is a great pain for multi-module setup. I learned that the hard way. I think we should just identify the set of actions we need and script it. For instance, see https://github.com/pgjdbc/pgjdbc/issues/1256 behind the lines of "Rework release procedure". Vladimir
