Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0-beta-4
-
None
-
None
Description
The preparationGoals default value for release:prepare is currently "clean integration-test", which misses out the post-integration-test phase that cleans up after the testing, thus the default value should be "clean verify". This also encompasses any further verification deemed necessary by the project.