Deploy artifacts to a Maven repository. In comparison with the standard mvn deploy, this feature allows you to deploy artifacts after the entire build is confirmed to be successful.

This prevents a typical problem in Maven, where some modules are deployed before a critical failure is discovered later down the road, rendering the repository state inconsistent.

Note that regardless of this configuration, you can always manually come back to Hudson and deploy any of the past artifacts to any repository of your choice, after the fact.