Hi,

The jars and wars can be built and copied to the local repo running "maven 
multiproject:install" from the root or doc folder.

To deploy to http://acegisecurity.sourceforge.net/maven, try running "maven 
multiproject:deploy". You'll need to set the following
properties in build.properties in the  root acegi folder or 
$HOME/build.properties
maven.repo.acegi.username=
maven.repo.acegi.privatekey=
maven.repo.acegi.passphrase= 

The acegi site can be built from the doc folder with "maven multiproject:site" 
and deployed to sf with "maven site:sshdeploy" or at
the same time with "maven multiproject:site site:sshdeploy". Note that the site 
plugin doesn't use the same java based ssh client as
the artifact deploy plugin, and you need a ssh client installed, and a ssh 
agent so you aren't asked for the password.

It can be useful to specify -Dmaven.test.failure.ignore=true so the site is 
built although tests fail. The junit reports will show
the errors.


There's a bug in maven 1.0.1 thay may prevent the correct building of Acegi
http://jira.codehaus.org/browse/MAVEN-1501

You may need to run maven passing some parameters in the command line:
maven.repo.remote: The first time will be needed, so jars are downloaded from 
the remote repositories
username: if you're a developer, needed in some reports (as cvs ones)

So you may need to run maven with
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://acegisecurity.sourceforge.net/maven,http://maven-plugins.sourceforge.net/rep
ository -Dusername=your_username


If I forget something, please tell me.

Regards

Carlos Sanchez
A Coruņa, Spain
http://www.jroller.com/page/carlossg




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Acegisecurity-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to