IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Work with Grails plugins

Last modified: 01 August 2022

You can extend the functionality of your Grails application with the Grails plugins downloaded from the Grails repository. Once downloaded, the plugins reside under the plugins directory of your Grails application. Each plugin has the same directory structure as the entire Grails application. The source directories of the installed plugins are included in the source routes and are marked in the module tree view with the root_Source.png icon.

For the sake of better communication with the Grails repository, IntelliJ IDEA provides the plugin manager that enables viewing, installing and uninstalling plugins.

For Grails versions 2.3.0 and later, refer to the Grails documentation.