Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Automatic report generation

In order to automaticall generate StatCvs reports when you generate your project's web site with maven site, add the following to your project.xml:

  <reports>
    [...]
    <report>maven-statcvs-plugin</report>
    [...]
  </reports>

Goals

GoalDescription
statcvs Generate CVS statistics for the current CVS project. You'll need to run maven xdoc (or maven site) to render the StatCvs reports as HTML (they are rendered as XML).
statcvs:generate Same as maven statcvs (see above).