The maven release plugin creates a tag, updates the poms to remove snapshot, builds, deploys and sets the next dev version in the poms leaving us with
- a tag for the release version
- a build and deployed artifacts for the released version
- a dev environment for the next release
The problem is that when I run this I don't know that the build will be the GA release because it hasn't been tested and blessed by QA yet.
Do most people start using the release plugin for each release-candidate allowing re-deployment of the relase version multiple times in your repository?