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 |