git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114371 13f79535-47bb-0310-9956-ffa450edef68
40 lines
1.3 KiB
XML
40 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Statcvs</title>
|
|
<author email="vmassol@pivolis.com">Vincent Massol</author>
|
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<release version="2.1" date="in CVS">
|
|
<action dev="dion" type="fix" issue="MPSTATCVS-2">
|
|
Projects without a repository url should still be able to use statcvs.
|
|
</action>
|
|
</release>
|
|
|
|
<release version="2.0" date="2003-09-21">
|
|
<action dev="vmassol" type="update">
|
|
Migrated the plugin to use the new statcvs-xml jar (which generates
|
|
XML xdoc output instead of HTML).
|
|
</action>
|
|
</release>
|
|
|
|
<release version="1.2" date="2003-09-19">
|
|
<action dev="dion" type="update">
|
|
Updated to use maven.docs.*/maven.gen.docs
|
|
</action>
|
|
<action dev="evenisse" type="fix" due-to="Alwyn Schoeman" issue="MPSTATCVS-1">
|
|
Creates maven.build.dir and maven.docs.dest directory
|
|
if doesn't exist.
|
|
</action>
|
|
<action dev="evenisse" type="fix" issue="MPCHANGELOG-9">
|
|
Register reports only if source, test,... exists.
|
|
So, corresponding entrys in menu will appear only if reports are
|
|
registered.
|
|
</action>
|
|
</release>
|
|
</body>
|
|
</document>
|