Top "Grails-plugin" questions

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

How to tell Grails to use Gradle for dependencies resolution

I'm trying to setup a grails project with gradle but i came a problem, i can't make grails to use …

grails gradle grails-plugin build-dependencies
Change login page for spring security plugin in grails

Is there a way that I can create my own custom login page and send the data to login controller …

spring grails spring-security grails-plugin grails-2.2
How to install Grails plugin from source code?

I got a source code of the plugin from a friend, but still don't know how to install it into …

grails grails-plugin
Grails Resources Plugin and AJAX loaded javascript

I added the resources plug-in in a grails 1.3.7 application and everything works fine except javascript that is loaded asynchronously. So …

javascript ajax grails grails-plugin
Grails can't resolve plugin

When I try to run a grails app, I'm told that grails can't resolve the following dependencies: :::::::::::::::::::::::::::::::::::::::::::::: :: UNRESOLVED DEPENDENCIES :: :::::::::::::::::::::::::::::::::::::::::::::: :: org.…

grails grails-plugin
Grails hangs on command line

I just downloaded Grails 2.0.1. Created a new project and then tried adding the mysql connector as per the documentation but …

grails grails-plugin