Grails and Local Maven Dependencies
问题 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 in-house dependency, not available at the remote repository. I set up my BuildConfig.groovy ( Grails 1.2M4 ) file like this, in order to access my dependencies: repositories { grailsPlugins() grailsHome() mavenCentral() mavenRepo(