-
Currently the IDEA configuration detects Grails plugins by checking for the 'org.grails.plugins' maven group on the dependency. This works, but it will not catch any custom plugins that don't deploy t…
-
Hi,
I've added spud cms dependency in my blank application as below:
compile "org.grails.plugins:spud-cms:0.7.2"
I've got following errors during compilation stage
```
grails> run-app
| Compiling…
-
```
Hi,
I'm fairly new to grails.
What steps will reproduce the problem?
Follow the instructions on
http://code.google.com/p/grails-jaxrs/wiki/GettingStarted
1. Create a fresh project with grails…
-
Using https://github.com/grails/grails-wrapper/releases/tag/v5.0.0
## Issues with Line Separator
```
% ./grailsw
env: bash\r: No such file or directory
```
### this happens because the Line S…
-
This happens when a FB application owner sets the base domain for his app
groovy.lang.MissingPropertyException: No such property: base_domain for class: grails.plugins.springsecurity.facebook.Faceboo…
-
Hi,
I can't use maven because of an error during clean.
To reproduce :
Java 8
Grails 2.5.0
New project
execute :
grails create-pom test
then :
mvn clean install package
the output :…
-
I don't understand the reasoning behind https://github.com/grails/grails-gradle-plugin/commit/42ba793ca27f2a6c751e53630d3d1e1313fea3e8
(Besides, this was done in a patch version of Grails and broke…
-
The plugin does not work with grails 3.2.3.
How to reproduce:
* grails 3.2.3
* in a brand new grails-app (via grails-create app)
* integrate plugin as per README
* gradle bootrun --> failure…
-
Not sure if the test results can be presented some way ala jenkins. This should be approved by @djtfmartin to go ahead, because I know for sure many Grails apps will fail, but just because the source …
-
Maybe this was intentional? The page metadata was removed so plugins are no longer expanded in twitter, slack, etc...
Used to be here https://github.com/grails/grails3-plugins/blob/b48d568773c5f0cb…