I'm currently using Intellij IDEA 11.1.4 and though I've seen a few posts regarding issues with Grails plug-ins dependencies, I haven't been able to solve the problem locally. It seems as though Intellij doesn't recognize the plugins as relative to the project module.
For instance all dependencies.groovy files under plug-ins are showing errors for Unresolved Reference Access. However, the main project doesn't seem to have this issue.
Is there any specific build requirement needed for Intellij to recognize Grails-app plugins?
I've attempted running grails clean, re-building the project from scratch, and still the error persists ...