Cleaning a "grails project" in IDEA/Intellij
Sometimes IDEA does not remove compiled classes. To do a manual “clean” of a project, use the following menu / options:
Tools | Grails | Run target in IDEA
In the run dialoge type “grails clean”
This will clean your project.