Changes between Version 2 and Version 3 of PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1


Ignore:
Timestamp:
12/16/08 06:41:38 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1

    v2 v3  
    88 
    99== Overview == 
    10 Automated nightly builds will be created by a build server that drives maven. 
     10Automated nightly builds will be created by a build server and output its content in several forms. 
    1111 
    1212== Task requirements == 
    1313 
    1414* Automate builds 
    15 * Use maven to generate zip file 
     15* Use build server to generate zip file 
    1616* Make sure zip file is named properly 
    1717** EDITION-VERSION-DATE-SERIAL 
     
    2323** If the build server is not available, use http://sophie2.org/trac/chrome/site/download/nghtly/  (Derived from where release 2 was published) 
    2424 
     25= Optional Tasks = 
     26 
     27** Have the build server generate a build compiled with Java 5 
     28 
     29 
    2530== Task result == 
    2631Nightly zip files generated for each edition 
    2732 
    2833== Implementation idea == 
    29 REVIEWER: Analysis could use some help with this 
     34 
    3035 
    3136== Related ==