In grails, you can install a zip version of a plugin with grails install-plugin myplugin.zip. This adds the file to your project and modifies application.properties. I tried putting the zip in /lib, but other developers are unable to build without first manually running grails install-plugin myplugin.zip.
Is there a way to get the zip file to resolve automatically?
Grails can load a plugin from anywhere. For example, if you add the following to
BuildConfig.groovyIt will load the
jsecurityplugin from the location specified