We've using groovy/grails for a couple of months and find it very nice language and framework, at least for prototyping.
The only thing constantly driving us mad is projects build time. Compiling small app consisting of few tiny domain classes took up as much time as if we are compiling something well, something more serious ))) So, the question is - are there any techniques and approaches which can be used to reduce grails project build time?
UPD: this question covers one of aspects, which make grail deployment slow - dependency resolution. In short, get rid of snapshot dependencies. The subquestion is how can I detect such dependencies fast?