Maven 2 Mojo Plugin that generates Source Code Management Metrics Reports as part of the mvn site command. This Plugin is a wrapper around StatCVS and StatSVN.
Updated StatSVN and StatCVS source. Fixed Developer real names. Added ConfigFile Option see: http://statcvs.sourceforge.net/manual.html#section_config
Updated StatSVN and StatCVS source and patch from Martin to allow override of the default build and reporting output directories.
Updated dependencies to StatCVS version 0.4+ and StatSVN version 0.4.1
Patch fixes "StatSCM cannot handle POM overrides of the default build- and reporting output directories."
Configuration options from 1.1.0-SNAPSHOT and updated dependencies to StatCVS version 0.4 and StatSVN version 0.4.
Now you can configure StatSCM similar to the command line options available on StatSVN or StatCVS. Some available options are:
includes and excludes - lists of files to include (rather than all files) or exclude (rather than excluding nothing)
skip - option used to not use StatSCM in child project POM
nonDeveloperLogins - list of login IDs to leave out in the StatSCM reports.
notesFile - a file with HTML to put at the top of StatSCM pages.
and there's a few more.
We also added some StatSCM version info to the first page.
StatSCM is now available on the central repository so there is no need to configure the StatSCM repositories in you POM. http://repo1.maven.org/maven2/net/sf/stat-scm
The first (non SNAPSHOT) release of StatSCM is out.
CVS reports with better Stylesheets.
SNAPSHOTS now compiled with Java 1.4
Update code base to head version of StatSVN
CVS project now get a standard StatCVS HTML report.
StatSVN 0.2.0 is released and now supports Html and XDoc generation to ease integration with Maven. This release also contains Bugzilla and ViewVC integration.
Doug Culnane started this project to make StatSVN reports available in his Maven 2 project site builds. He set up a SourceForge project to share this work and make it publicly available.