Here it is:
http://monkeymachine.co.uk/acegi/maven-reports.html
I've got it set to build on a daily basis at the moment which is probably enough.
I had to make a few changes to the maven files to get the site to work. Maven is happier if there is an xdocs directory in the project too.
cvs diff -u gives:
? xdocs
Index: project.properties
===================================================================
RCS file: /cvsroot/acegisecurity/acegisecurity/project.properties,v
retrieving revision 1.9
diff -u -r1.9 project.properties
--- project.properties 8 Jun 2004 23:46:41 -0000 1.9
+++ project.properties 16 Jun 2004 01:30:37 -0000
@@ -110,3 +110,5 @@
maven.jar.org.mortbay.jetty-extracted = ${basedir}/lib/extracted/jetty/org.mortbay.jetty-extracted.jar
maven.jar.resin-extracted = ${basedir}/lib/extracted/resin/resin-extracted.jar
+ +maven.site.deploy.method = fs Index: project.xml =================================================================== RCS file: /cvsroot/acegisecurity/acegisecurity/project.xml,v retrieving revision 1.1 diff -u -r1.1 project.xml --- project.xml 8 Jun 2004 23:46:41 -0000 1.1 +++ project.xml 16 Jun 2004 01:30:37 -0000 @@ -10,6 +10,45 @@ <shortDescription>Acegi Security System for Spring</shortDescription> <description>Acegi Security System for Spring</description>
+ <url>http://sourceforge.net/projects/acegisecurity</url>
+ <siteDirectory>/srv/www/htdocs/acegi</siteDirectory>
+
+
+ <repository>
+ <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/cvsroot/acegisecurity:acegisecurity</connection>
+ <!-- developerConnection>scm:cvs:ext:[EMAIL PROTECTED]:/cvsroot/springframework:spring</developerConnection-->
+ <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/acegisecurity/acegisecurity</url>
+ </repository>
+
+
+ <developers>
+ <developer>
+ <name>Ben Alex</name>
+ <id>benalex</id>
+ <email>benalex at users.sourceforge.net</email>
+ <roles>
+ <role>Project Admin</role>'
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Francois Beausoleil</name>
+ <id>fbos</id>
+ <email>fbos at users.sourceforge.net</email>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Colin Sampaleanu</name>
+ <id>colins</id>
+ <email>colinml1 at exis.com</email>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
<dependencies>
<dependency> @@ -96,7 +135,7 @@ <dependency> <groupId>commons-attributes</groupId> <artifactId>commons-attributes-api</artifactId> - <version>SNAPSHOT</version> + <version>unknown</version> <url>http://jakarta.apache.org/commons</url> <properties> <war.bundle>true</war.bundle> @@ -106,7 +145,7 @@ <dependency> <groupId>commons-attributes</groupId> <artifactId>commons-attributes-compiler</artifactId> - <version>SNAPSHOT</version> + <version>unknown</version> <url>http://jakarta.apache.org/commons</url> </dependency>
@@ -245,7 +284,7 @@
<build> <sourceDirectory>${basedir}/src</sourceDirectory> - <unitTestSourceDirectory>${basedir}/tests</unitTestSourceDirectory> + <unitTestSourceDirectory>${basedir}/test</unitTestSourceDirectory>
<!-- Unit test cases --> <unitTest> @@ -278,7 +317,11 @@ </build>
<reports> + <report>maven-changelog-plugin</report> + <report>maven-developer-activity-plugin</report> + <report>maven-file-activity-plugin</report> <report>maven-checkstyle-plugin</report> + <!-- report>maven-statcvs-plugin</report --> <report>maven-javadoc-plugin</report> <report>maven-jdepend-plugin</report> <report>maven-junit-report-plugin</report> @@ -288,7 +331,7 @@ <report>maven-tasklist-plugin</report> <report>maven-simian-plugin</report> <report>maven-faq-plugin</report> - <report>maven-jcoverage-plugin</report> + <!--report>maven-jcoverage-plugin</report--> <report>maven-clover-plugin</report> </reports>
-- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523C http://www.monkeymachine.ltd.uk
------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Acegisecurity-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer