What needs checking in for a Grails app?
- by Bill James
What parts of a Grails application need to be stored in source-control? Some obvious parts that are needed:
grails-app directory
test directory
web-app directory
Now we reach questions like:
If we use a Grails plug-in (like gldapo), do we need to check in that plugin?
Do Grails plugins install in the Grails directory, or your project?
…