install plugins manually?

grails, grails-plugin

Solution

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

- delete the entry for the plugin from application.properties

- delete the plugin folder from ~/.grails/grails version/projects/project name/plugins

Problem

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

Original source