Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
xp,clearcase,starteam
Description
I have a build environments where daily release build is required and the build is long ( 1 - 2 hours is the norm).
By using the current release plugin, the prepare step forces the install phase, we end up to do the build at both
prepare and perform steps and therefore the build time is double.
I would like to propose that maven-release-plugin allows an option not to invoke the install phase. Here are my
thoughts on this.
- Fail daily build is a norm, however failure is selfdom now with the help of contiguous integration (ie Continuum).
- Since the build is long, passing the prepare phase, does not mean it will pass at perform phase since user
can checkin changes at the build phase in prepare step.
Thoughts?
Would binding preprare mojo to initialize phase is good enought? how can we optionally change the execute phase
at run time?
Attachments
Issue Links
- is related to
-
MRELEASE-3 release:prepare should not require multimodule artifacts to be in the local repository
- Closed