grails-maven

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...

Grails and Local Maven Dependencies

Hi All, I'm developing a small web frontend in Grails. It is basically a "ultra light-weight" client app that is connected async through JMS. I have two dependencies in the project that I would like to pull from a Maven repository. They is activemq and acme-adapter-api, a inhouse dependency, not available at the remote repository. I ...