I didn't remember there was such plugin under Jenkins ci code. My guess is as the standard maven deploy plugin now has a "deployAtEnd" parameter, maybe this got deprecated/removed on Jenkins' side?
My 2 cents Le 8 avr. 2014 14:27, "Costin Caraivan" <[email protected]> a écrit : > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
