wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN_R0
Last modified 16 years ago Last modified on 12/04/08 13:19:03

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Error: Macro TicketQuery(summary=PLATFORM_DEPLOYMENT_BUILD_MAVEN_R0, 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|) failed
current transaction is aborted, commands ignored until end of transaction block

Analysis

Overview

The whole Sophie 2.0 project should be compiled and built by Maven (a software project management tool). Maven should be configured to run tests, show statistics and generate useful reports.

Task requirements

Maven have to:

  • build each module of Sophie 2.0 successfully
  • run the tests and show statistics about failed, passed tests and errors.
  • generate reports(code coverage, surefire reports, etc. - research the reports and decide which are useful).

You should also describe in a wiki page building process with Maven and show the reports results.

Task result

  • Sophie 2.0 build
  • wiki page with how-to using Maven
  • the generated reports

Implementation idea

  • use mvn clean, install, test commands
  • search for maven report plug-ins

PLATFORM_DEPLOYMENT_BUILD_ECLIPSE_R0

How to demo

  • execute Maven commands for building and generating reports
  • show the generated reports
  • show the wiki page

Design

Implementation

Note: the target dir is ignored form repository that's why there is no result in implementation section. For now we don't have server where we should keep the reports so you can generate only by yourself executing mvn site.

Testing

Comments

Log

Analysis: Pav (done: 35m)
Review: 3.5 by Pap. It looks OK and gives clear enough requirements.
Design: Pav (done: 2h)
Review: 3 by Pap(8m). It's understandable, although I find it a bit hard to find the design for each requirement.
Implementation: Pav (done: 5h)
Review: 2 by Pap. It's not mentioned where the results are so I cannot review them.
Testing:
Comments: