From 54997c703820a41eef3b1c72190a6614aa9564ff Mon Sep 17 00:00:00 2001 From: evenisse Date: Fri, 11 Jul 2003 12:38:17 +0000 Subject: [PATCH] Fixed Maven-561. Creates maven.build.dir and maven.docs.dest directory if doesn't exist. Thanks to Alwyn Schoeman git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113645 13f79535-47bb-0310-9956-ffa450edef68 --- statcvs/plugin.jelly | 5 ++++- statcvs/xdocs/changes.xml | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/statcvs/plugin.jelly b/statcvs/plugin.jelly index 821a5ff8..d78f14db 100644 --- a/statcvs/plugin.jelly +++ b/statcvs/plugin.jelly @@ -3,6 +3,7 @@ @@ -50,11 +51,13 @@ + - + + diff --git a/statcvs/xdocs/changes.xml b/statcvs/xdocs/changes.xml index 94548528..34dcda50 100644 --- a/statcvs/xdocs/changes.xml +++ b/statcvs/xdocs/changes.xml @@ -7,6 +7,9 @@ + + Fixed MAVEN-561. Creates maven.build.dir and maven.docs.dest directory if doesn't exist. + Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.