When a plugin is created with the `rest-api-plugin` profile the default generated plugin descriptor includes the following: def pluginExcludes = [ "grails-app/views/error.gsp" ] The plugin shouldn't contain any GSPs to begin with.
When a plugin is created with the
rest-api-pluginprofile the default generated plugin descriptor includes the following:The plugin shouldn't contain any GSPs to begin with.