A long, long time ago I used Hudson/Jenkins with a very nifty plugin called
maven deploy plugin.

What this plugin did - invaluable for larger Maven projects - was that you
could deploy the artifacts built by the project only at the end of the
build.

1. No more partially deployed projects (12 built modules uploaded, build
fails on module 13 -> failed build is uploaded in the repo even though it
shouldn't)
2. No repeated builds (cause Maven cannot run just deploy, separately, if
you try to run mvn clean install and mvn clean deploy afterward you will
build twice).

There's the Artifactory plugin, which was once copied from the maven deploy
plugin, but we use Nexus :(

Surely such a nifty plugin wouldn't die, would it? :(
_____________
Costin Caraivan

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to