To integrate the plugin into your application just run the 'install-plugin' Grails script, e.g.
grails install-plugin acegi
Previous versions are also available:
- acegi-0.2.1 plugin for grails-1.0+
- http://plugins.grails.org/grails-acegi/tags/RELEASE_0_2_1/grails-acegi-0.2.1.zip (right click & save target as)
- acegi-0.2 plugin for grails-1.0+
- http://plugins.grails.org/grails-acegi/tags/RELEASE_0_2/grails-acegi-0.2.zip (right click & save target as)
- acegi-0.1 plugin for grails-0.5,0.6
- http://plugins.grails.org/grails-acegi/tags/RELEASE_0_1/grails-acegi-0.1.zip (right click & save target as)
- AcegiSecurity-0.1 for grails-0.4.2
- http://sky.geocities.jp/acegiongrails/grails-AcegiSecurity-0.1.zip (right click & save target as)

A user upgrading from v0.2.1 to v0.3.0 saw some strange behavior because one of the updated scripts wasn't compiled and the old cached script was running. If you're upgrading from a previous version of the plugin, be sure to run 'grails clean' for your application and delete the script cache (C:\.grails\1.0.2\scriptCache on Windows, $home/.grails/1.0.2/scriptCache on Linux).
- http://sky.geocities.jp/acegiongrails/grails-AcegiSecurity-0.1.zip (right click & save target as)