From aab54dc5e3ce0a60e66bc97926bbb5ccbcd9a768 Mon Sep 17 00:00:00 2001 From: vmassol Date: Mon, 17 Nov 2003 07:25:45 +0000 Subject: [PATCH] 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 --- statcvs/project.xml | 1 + statcvs/xdocs/changes.xml | 13 +++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/statcvs/project.xml b/statcvs/project.xml index b320e3bf..6b53fba3 100644 --- a/statcvs/project.xml +++ b/statcvs/project.xml @@ -10,6 +10,7 @@ Provides CVS statistics http://statcvs-xml.berlios.de/images/statcvslogo.png http://maven.apache.org/reference/plugins/statcvs/ + http://jira.codehaus.org/BrowseProject.jspa?id=10325 /www/maven.apache.org/reference/plugins/statcvs/ scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/statcvs/ diff --git a/statcvs/xdocs/changes.xml b/statcvs/xdocs/changes.xml index 3dae575f..074243d6 100644 --- a/statcvs/xdocs/changes.xml +++ b/statcvs/xdocs/changes.xml @@ -9,8 +9,8 @@ - - MAVEN-912. Projects without a repository url should still be able to use statcvs. + + Projects without a repository url should still be able to use statcvs. @@ -20,16 +20,17 @@ XML xdoc output instead of HTML). + Updated to use maven.docs.*/maven.gen.docs - - Fixed MAVEN-561. Creates maven.build.dir and maven.docs.dest directory + + Creates maven.build.dir and maven.docs.dest directory if doesn't exist. - - Fixed MAVEN-493. Register reports only if source, test,... exists. + + Register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.