IntelliJ IDEA 2017.1 Help

Working with Grails Plugins

This feature is supported in the Ultimate edition only.

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 /help/img/idea/2017.1/rootSource.gif 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.

To open the Grails plugin manager, do one of the following

  • On the main menu choose Tools | Grails | Plugins.
  • On the context menu of the Project view, choose Grails | Plugins.

To view the available plugins

  • Open the Grails plugin manager, click the refresh button /help/img/idea/2017.1/refresh.png if necessary, and view the list of plugins in the Grails plugins dialog box:
    /help/img/idea/2017.1/grailsPluginManager.png

To install or uninstall Grails plugins

  1. Open the Grails plugin manager. In the Enable column, select the check boxes of the plugins to be installed, and clear the check boxes of the plugins to be uninstalled. Then click Apply Changes.
  2. In the Install/Uninstall Grails plugins dialog box, review the list of plugins. If necessary, select the plugin version. Click OK.
    /help/img/idea/2017.1/grailsInstallPlugin.png

See Also

Concepts:

Last modified: 18 July 2017