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).