-----------------------------------------------------------
ACEGI SECURITY OFFICIAL RELEASE ZIP CREATION
-----------------------------------------------------------
First check the following are valid build properties:
Using keystore...: ${signature.keystore}
Using storepass..: ${signature.storepass}
Using alias......: ${signature.alias}
The procedure to generate an official release ZIP is:
1. cd ACEGI_SECURITY/docs
2. maven clean multiproject:clean multiproject:artifact
3. maven multiproject:site
4. maven acegizip
5. check ACEGI_SECURITY/target/*.zip looks correct
6. maven site:sshdeploy
7. ftp the ACEGI_SECURITY/target/*.zip to SourceForge
8. release the FTPed file via the File Release System
Failure to follow this procedure will cause out-of-date
content (or missing content) in the official release ZIP.
It would be nice if a single goal could do all this, but
Maven throws an OutOfMemoryError. :-(