Created JIRA project for Statcvs plugin.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114371 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-11-17 07:25:45 +00:00
parent 5541c75835
commit aab54dc5e3
2 changed files with 8 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
<shortDescription>Provides CVS statistics</shortDescription>
<logo>http://statcvs-xml.berlios.de/images/statcvslogo.png</logo>
<url>http://maven.apache.org/reference/plugins/statcvs/</url>
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10325</issueTrackingUrl>
<siteDirectory>/www/maven.apache.org/reference/plugins/statcvs/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/statcvs/</connection>

View File

@@ -9,8 +9,8 @@
<body>
<release version="2.1" date="in CVS">
<action dev="dion" type="fix">
MAVEN-912. Projects without a repository url should still be able to use statcvs.
<action dev="dion" type="fix" issue="MPSTATCVS-2">
Projects without a repository url should still be able to use statcvs.
</action>
</release>
@@ -20,16 +20,17 @@
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">
Fixed MAVEN-561. Creates maven.build.dir and maven.docs.dest directory
<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">
Fixed MAVEN-493. Register reports only if source, test,... exists.
<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>