diff --git a/doc/pom.xml b/doc/pom.xml
index 763b6f7c1b..5035a3d714 100644
--- a/doc/pom.xml
+++ b/doc/pom.xml
@@ -9,6 +9,14 @@
1.1.0-SNAPSHOT
acegi-security-doc
+
+
+
+ scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity
+ scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity
+ http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/
+
+
diff --git a/pom.xml b/pom.xml
index a95cb4694a..00242db2a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,18 +49,19 @@
- acegi-sourceforge-releases
+ acegi.sourceforge.releases
Acegi Releases Repository at Sourceforge
scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/releases
- acegi-sourceforge-snapshots
+ acegi.sourceforge.snapshots
Acegi Snapshots Repository at Sourceforge
scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/snapshots
- website
- scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs
+ acegi.sourceforge.site
+ Acegi Website at Sourceforge
+ scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/maven2
@@ -225,13 +226,19 @@
maven-surefire-plugin
- **/*Tests.class
+ **/*Tests.class
- **/Abstract*
+ **/Abstract*
+
+ maven-release-plugin
+
+ https://svn.sourceforge.net/svnroot/acegisecurity/tags
+
+
@@ -241,9 +248,50 @@
org.apache.maven.plugins
maven-surefire-report-plugin
+
+ org.apache.maven.plugins
+ maven-jxr-plugin
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+
+ org.apache.maven.plugins
+ maven-pmd-plugin
+
org.codehaus.mojo
- jxr-maven-plugin
+ cobertura-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ http://java.sun.com/j2se/1.5.0/docs/api
+ http://jakarta.apache.org/commons/dbcp/apidocs/
+ http://jakarta.apache.org/commons/fileupload/apidocs/
+ http://jakarta.apache.org/commons/httpclient/apidocs/
+ http://jakarta.apache.org/commons/logging/api/
+ http://jakarta.apache.org/commons/pool/apidocs/
+ http://www.junit.org/junit/javadoc/
+ http://logging.apache.org/log4j/docs/api/
+ http://jakarta.apache.org/regexp/apidocs/
+ http://jakarta.apache.org/velocity/api/
+ http://www.springframework.org/docs/api/
+ http://jakarta.apache.org/commons/lang/api/
+ http://developer.ja-sig.org/projects/cas/multiproject/cas-server/apidocs/
+ http://jakarta.apache.org/commons/codec/apidocs/
+ http://jakarta.apache.org/commons/collections/api/
+ http://jakarta.apache.org/commons/logging/apidocs/
+ http://tomcat.apache.org/tomcat-5.0-doc/servletapi/
+
+
+
+
+ org.codehaus.mojo
+ taglist-maven-plugin