----------------------------------------------------------- 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: 0. In the core and core-tiger, do a maven clean then jar:install 1. cd ACEGI_SECURITY/docs 2. maven clean multiproject:clean multiproject:artifact 3. maven -Dmaven.jar.override=on -Dmaven.jar.clover-ant=1.3.3_0 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. :-(