Remove section on checking out code using maven. Plain subverson is much easier.

This commit is contained in:
Luke Taylor 2006-10-30 18:33:15 +00:00
parent 7969510d95
commit 06ef71f44e
1 changed files with 0 additions and 14 deletions

View File

@ -24,18 +24,4 @@ Subversion Usage
If you'd prefer not to use SVN directly, please see our {{{"downloads.html"}downloads page}} for nightly snapshots.
* Anonymous Access with Maven
This project's CVS repository can be checked out through anonymous (pserver) CVS with the following command
on a single line:
+----------------------------------------------------------------------------------------------------------------------+
maven scm:checkout-project
-Dmaven.scm.method=svn
-Dmaven.scm.svn.module=modulename
-Dmaven.scm.svn.root=scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity
-Dmaven.scm.checkout.dir=acegisecurity
+----------------------------------------------------------------------------------------------------------------------+