hudson.maven.RedeployPublisher.help_fr.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-plugin Show documentation
Show all versions of maven-plugin Show documentation
This plug-in provides deep integration of Hudson and Maven. This functionality used to be part of the Hudson core.
Now it is a plug-in that is installed by default, but can be disabled.
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.