I dont think the issue is in the maven release itself the Jenkins release-plugin[1] provides us a way to inject 'mvn -B release:prepare release:perform' using the pre-release step. However, after a successful release it then invokes the default Jenkins build step ( normally set clean deploy), we would like to skip this step to speed up the release process
ATM, we have a hardtime figure out the code where we can disable it Any help is very much appreciated -Dan [1] https://wiki.jenkins-ci.org/display/JENKINS/Release+Plugin On Tuesday, April 7, 2015 at 2:10:39 PM UTC-7, Harsh Shah wrote: > > Hi Mark > > Thank you, but I am not using the maven release plugin. I am using the > simple release plugin which works for all types of project. > > Thanks, > Harsh > > On Tuesday, April 7, 2015 at 1:24:22 PM UTC-7, Mark Waite wrote: >> >> I think that is a question you'll need to take to the maven mailing >> list. I believe there have been long and detailed conversations about the >> behavior of the maven release plugin. >> >> Mark Waite >> >> On Tue, Apr 7, 2015 at 2:15 PM, Harsh Shah <[email protected]> wrote: >> >>> Hi, >>> >>> I am trying to customize release plugin to perform a release build >>> but I see that when a release is performed, the release plugin does a >>> default build first then after the default build success it goes for the >>> release build. This is too much time consuming. So is it possible to >>> override the default build and perform just the release build. >>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Developers" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-dev/de19d740-925f-47db-9729-6a090d202701%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/jenkinsci-dev/de19d740-925f-47db-9729-6a090d202701%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Thanks! >> Mark Waite >> > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/6216cbad-c32f-42f0-8d6e-75c78799179e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
