Grails Detect if a Plugin is Installed

Posted by Scott Warren on Stack Overflow See other posts from Stack Overflow or by Scott Warren
Published on 2010-05-31T03:27:01Z Indexed on 2010/05/31 3:32 UTC
Read the original article Hit count: 320

Filed under:
|

Is there a way in Grails to Detect that a plugin is installed. For example I need to know if the "Acegi" plugin is installed. If it is then I can run different Code. If the plugin is not installed (which is a viable option) then I can run different code.

Thanks in Advance.

© Stack Overflow or respective owner

Related posts about grails

Related posts about grails-plugin