Changes between Version 2 and Version 3 of PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1
- Timestamp:
- 12/16/08 06:41:38 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1
v2 v3 8 8 9 9 == Overview == 10 Automated nightly builds will be created by a build server that drives maven.10 Automated nightly builds will be created by a build server and output its content in several forms. 11 11 12 12 == Task requirements == 13 13 14 14 * Automate builds 15 * Use mavento generate zip file15 * Use build server to generate zip file 16 16 * Make sure zip file is named properly 17 17 ** EDITION-VERSION-DATE-SERIAL … … 23 23 ** If the build server is not available, use http://sophie2.org/trac/chrome/site/download/nghtly/ (Derived from where release 2 was published) 24 24 25 = Optional Tasks = 26 27 ** Have the build server generate a build compiled with Java 5 28 29 25 30 == Task result == 26 31 Nightly zip files generated for each edition 27 32 28 33 == Implementation idea == 29 REVIEWER: Analysis could use some help with this 34 30 35 31 36 == Related ==