Details
Description
It should be possible to specify this in BuildConfig so it doesn't need to be passed on the command line each time...
//BuildConfig.groovy grails.plugin.repos.distribution.custom = "http://somewhere" grails.plugin.repos.distributionDefault = "custom"
And then
grails release-plugin
would implicitly mean
grails release-plugin -repository=custom
Moving to 1.4 as it is too big to go in the 1.3 line now.