From 06ef71f44e47a38038f87241432ea09c21016c3b Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 30 Oct 2006 18:33:15 +0000 Subject: [PATCH] Remove section on checking out code using maven. Plain subverson is much easier. --- src/site/apt/svn-usage.apt | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/site/apt/svn-usage.apt b/src/site/apt/svn-usage.apt index 28e8095195..13f17dc220 100644 --- a/src/site/apt/svn-usage.apt +++ b/src/site/apt/svn-usage.apt @@ -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 -+----------------------------------------------------------------------------------------------------------------------+ -