[[BackLinksMenu]] [[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|)]] = 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 [wiki: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 == [wiki:BUILD_SERVER_REPORTS_R0][[BR]] [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1][[BR]] [wiki: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.)