Changes between Version 7 and Version 8 of PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1
- Timestamp:
- 01/09/09 12:30:36 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1
v7 v8 13 13 == Task requirements == 14 14 15 * D ocument which pom file to edit in the Reports section of[wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN]16 * Improve the assembly plugin we use for building 17 * Generate reports with information from the build server, Hudson18 * G enerate server build with the compiled jsps15 * Describe how to add new report plugin in [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN] 16 * Improve the assembly plugin we use for building. 17 * The mvn site command should end with successful generation of the reports. 18 * Go through the base pom.xml file, correct the mistakes and refresh it with the new information(add the developer names for example). 19 19 20 20 == Task result == 21 21 22 22 * Updated [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN] 23 * Sophie Author build 23 * Correctly edited base pom.xml. 24 * New sophie2-platform distribution. 24 25 25 26 == Implementation idea == 27 * Add information about the new developers to the [source:/trunk/sophie2-platform/pom.xml] 28 * Describe the new profiles(hudson and jspcompile) in the [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN]. Mention the reports section where the report plugins should go. 29 * Add argLine configuration for the reports where needed so the mvn site can work correctly. 26 30 27 31 == Related == … … 32 36 == How to demo == 33 37 34 * Demonstrate building sophie with maven35 * Show updated [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN] 36 * Show the new reports38 * Demonstrate the assembly goal and what it generates. 39 * Show updated [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN]. 40 * Show the edited pom.xml. 37 41 38 42 = Design =