Building Acegi Security System

Building from CVS

This project uses Maven as project manager and build tool. You only need to

  1. Install maven (at least 1.0).
  2. Run the following instruction on a single line to get latest sources from cvs HEAD
  3. maven scm:checkout-project
        -Dmaven.scm.method=cvs
        -Dmaven.scm.cvs.module=acegisecurity
        -Dmaven.scm.cvs.root=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity
        -Dmaven.scm.checkout.dir=acegisecurity
  4. Run maven in any module directory, or maven multiproject:artifact in the root folder if you want to build all modules.

Building the site

Run maven clean multiproject:clean multiproject:site -Dmaven.test.failure.ignore=true to build a clean copy of the site.