install plugins manually?

mandy picture mandy · Apr 26, 2010 · Viewed 11.2k times · Source

is it possible to install and uninstall plugins manually in grails?? if yes, how can it be done?

Answer

leebutts picture leebutts · Apr 26, 2010

If the commands are failing for some reason, you can remove them by:

  1. delete the entry for the plugin from application.properties
  2. delete the plugin folder from ~/.grails/grails version/projects/project name/plugins