2003-09-21 17:04:12 +00:00

41 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<title>Maven StatCvs Plug-in Goals</title>
<author email="dion@apache.org">dIon Gillard</author>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<goals>
<goal>
<name>statcvs</name>
<description>
Generate CVS statistics for the current CVS project. You'll need to
run <code>maven xdoc</code> (or <code>maven site</code>) to render
the StatCvs reports as HTML (they are rendered as XML).
</description>
</goal>
<goal>
<name>statcvs:generate</name>
<description>
Same as <code>maven statcvs</code> (see above).
</description>
</goal>
</goals>
<section name="Automatic report generation">
<p>
In order to automaticall generate StatCvs reports when you generate
your project's web site with <code>maven site</code>, add the
following to your <code>project.xml</code>:
</p>
<source><![CDATA[
<reports>
[...]
<report>maven-statcvs-plugin</report>
[...]
</reports>
]]></source>
</section>
</body>
</document>