Top "Grails-plugin" questions

A Grails plugin is a self-contained bundle of functionality that can be installed into a Grails application.

How to use table component added to JasperReports 3.7.2 with grails jasper plugins?

I would like to use new table component added to JasperReports 3.7.2 with grails jasper plugins. I find this new component …

grails jasper-reports ireport grails-plugin
Client does not have permissions to send as this sender (office 365, grails)

I am continuously receiving following error message while trying to configure grails mail plugin (https://grails.org/plugin/mail) for …

grails spring-security office365 grails-plugin
How to easily implement "who is online" in Grails or Java Application?

I am building a community website in grails (using Apache Shiro for security and authentication system) and I would like …

java grails grails-plugin shiro
Grails Spring Security: redirect after login success/failure

I'm using version 1.2 of the Spring Security plugin in a Grails application. I want login attempts to be handled in …

grails spring-security grails-plugin
Error Failed to resolve dependencies grails

I get Error Failed to resolve dependencies error when I try to run, clean, or compile. My BuildConfig.groovy file …

grails grails-plugin
Grails Problem with custom error messages

I am currently trying to specify custom error messages in grails for the default constraints but so far all I …

grails groovy grails-plugin grails-validation
Grails gradle "a task with that name already exists"

I'm trying to create a test task rule using the example provided in the grails gradle doc but I keep …

gradle grails-plugin build.gradle
Grails 3 and Spring Security Plugin

I've just recently started working with Grails, and I'd like to test out the Spring Security Plugin. I'm using Grails …

grails spring-security gradle grails-plugin grails-3.0
Failed to resolve dependencies during grails plugins installation

I deleted my .grails folder from my PC and when I opened an application in Intellij IDE, the plugins mentioned …

grails grails-plugin
How to run a local plugin in Grails 2.0?

In Grails, there is a variant how to include local plugin from sources. According to docs, one may type in …

grails groovy grails-plugin grails-2.0