Installing a Grails Plugin into a Grails Application
See Also
You can use the IDE to install plugins into a Grails application. The
plugins can be obtained from the online Grails plugin repository, as well
as locally from disk.
To install a plugin into a Grails application:
- Right-click a Grails application and choose Plugins.
- Select one of the following:
- Installed. Shows the
plugins currently installed in the application.
Select an installed plugin and click Uninstall
to uninstall it.
- New plugins. Click Reload Plugins to let the the
Plugins Manager access the online Grails repository and display the
results in the New Plugins tab. Select a plugin and click Install
to install the plugin. Alternatively, browse to a Grails plugin
locally using the Browse button.
- Click Close.
If you installed a new Grails plugin, you can view it by opening the
Files window (Ctrl-2) and then expanding the "plugins" folder.
- See Also
- About Grails Framework Support
Legal Notices