| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=BUILD_SERVER_REPORTS_R1, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] |
| 4 | |
| 5 | = Analysis = |
| 6 | |
| 7 | == Overview == |
| 8 | Configure the build server to show as many useful reports generated from maven as possible. |
| 9 | |
| 10 | == Task requirements == |
| 11 | * The following reports must be configured to generate reports in hudson: |
| 12 | * Cobertura report |
| 13 | * Dependency analyser |
| 14 | * Research if there are a way to show the javadoc in hudson. |
| 15 | * See the result from [wiki:BUILD_SERVER_INTEGRATION_R1] and configure the newly installed report plugins. |
| 16 | |
| 17 | == Task result == |
| 18 | New reports. |
| 19 | |
| 20 | == Implementation idea == |
| 21 | * 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. |
| 22 | * 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. |
| 23 | |
| 24 | == Related == |
| 25 | [wiki:BUILD_SERVER_REPORTS_R0][[BR]] |
| 26 | [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1][[BR]] |
| 27 | [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN_R0] |
| 28 | |
| 29 | |
| 30 | == How to demo == |
| 31 | Show the new reports. |
| 32 | |
| 33 | = Design = |
| 34 | ^(Describe your design here.)^ |
| 35 | |
| 36 | = Implementation = |
| 37 | ^(Describe and link the implementation results here (from the wiki or the repository).)^ |
| 38 | |
| 39 | = Testing = |
| 40 | ^(Place the testing results here.)^ |
| 41 | |
| 42 | = Comments = |
| 43 | ^(Write comments for this or later revisions here.) |