I'm using Hudson with the maven-release-plugin.
As you may know, the maven-release-plugin builds project in 2 steps: release:prepare, then release:perform.
How should I configure Hudson to execute release:rollback in case release:perform failed?