Last modified 16 years ago
Last modified on 01/29/09 14:42:30
Analysis
Overview
Configure the build server to show as many useful reports generated from maven as possible.
Task requirements
- The following reports must be configured to generate reports in hudson:
- Cobertura report
- Dependency analyser
- Research if there are a way to show the javadoc in hudson.
- See the result from BUILD_SERVER_INTEGRATION_R1 and configure the newly installed report plugins.
Task result
New reports.
Implementation idea
- Use the various goals for maven-dependency-plugin. There are analyze, analyze-only, dependency-tree, etc. Set MAVEN_OPTS with new values if there are memory problems while generating.
- Generate xml file with the Cobertura report(now it is generated in phase package) and link it in hudson-Sophie 2.0-configure-cobertura report.
Related
BUILD_SERVER_REPORTS_R0
PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1
PLATFORM_DEPLOYMENT_BUILD_MAVEN_R0
How to demo
Show the new reports.
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)