From a9978c18ea340c27b6eff9e7ad1f57773e308f46 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Wed, 22 Dec 2004 03:43:10 +0000 Subject: [PATCH] Statcvs plugin fixes. IT NOW WORKS! --- doc/project.properties | 14 ++++++++++++-- doc/project.xml | 15 ++++++++------- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/doc/project.properties b/doc/project.properties index 64e8dcd6d6..7ba386d3a0 100644 --- a/doc/project.properties +++ b/doc/project.properties @@ -4,5 +4,15 @@ maven.sdocbook.src.dir=${basedir}/docbook maven.sdocbook.resources.include=**/*.gif,**/*.svg,**/*.jpg,**/*.css maven.sdocbook.stylesheets.dir=${maven.build.dir}/docbook-xsl-1.66.1 -# statcvs, log all modules -statcvs.log.options=${rootdir} \ No newline at end of file +# statcvs, if you want a full, accurate history +# (this downloads the *entire* CVS into target/statcvs, so it can take some time) +#statcvs.history=true + +# ask statcvs to log parent directories (ie project root, as we're running from /doc) +statcvs.log.options=.. + + +####################### IMPORTANT STATCVS NOTE ####################### + +Statcvs will always use the "developer" repository if it is defined. To enable +end users to easily run the "site" goal, we do not define it in doc/project.xml diff --git a/doc/project.xml b/doc/project.xml index 510d82a085..a95c91c38e 100644 --- a/doc/project.xml +++ b/doc/project.xml @@ -1,28 +1,30 @@ - ${basedir}/../project.xml + 3 acegi-security-doc Acegi Security System for Spring - + acegi-security-doc + + scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity + http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/acegisecurity/acegisecurity/doc/ + + maven-plugins maven-sdocbook-plugin 1.4-SNAPSHOT plugin - - docbook docbook-xsl 1.66.1 - http://docbook.sourceforge.net zip + http://docbook.sourceforge.net - maven-statcvs-plugin maven-license-plugin @@ -30,6 +32,5 @@ maven-dashboard-plugin maven-multiproject-plugin -