Changes between Version 3 and Version 4 of PLATFORM_DEPLOYMENT_BUILD_MAVEN_R0


Ignore:
Timestamp:
10/10/08 17:12:37 (16 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_MAVEN_R0

    v3 v4  
    3232= Design = 
    3333 * make Sophie 2.0 build executing mvn clean install 
    34   * the project should be  built successfully 
    35  * run all the tests executing mvn test 
    36  * Generate the following reports using their plug-ins(in Maven this is done by adding the report plug-ins you need into the reporting section at the end of the pom.xml file): 
    37   * CPD Report 
    38   * Checkstyle 
    39   * !FindBugs Report 
    40   * !JavaDocs 
    41   * Maven Surefire Report 
    42   * PMD Report 
    43   * Maven Project Info Reports 
    44   * use http://shale.apache.org/shale-apps/shale-mailreader/maven-reports.html 
    45  * link to the maven generated site with the reports (it is generated by executing mvn site in target/site) 
     34  * the project should be built successfully 
     35 * See [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN] and generate the reports 
    4636 
    4737= Implementation =