Maven Grails Building with 'mvn clean install' doesn't work
Hi, I've built a Maven Grails project which can be build fine using command mvn grails:war. However, using the standard mvn install fails to work - I get exceptions complaining that a util Java class (held under the grails-app/util folder) can't compile because it can't find one of the domain classes. I'm not using any package structu...