Hi,

Graeme recently added an Ivy resolver to Grails that can pick up
plugins from the Grails Central Plugin Repository. I'd like to make
this resolver (and maybe others) available to the project so that the
user can do something like:

repositories {
   ...
   grailsCentral()
}
...
dependencies {
    compile "org.grails.plugins:grails-shiro:1.1"
}

In fact, it would be nice to add:

  repositories {
      grailsHome()
  }

where 'grailsHome' would be a simple flat dir resolver.

Is this currently possible? If so, how I would I go about doing it?

Thanks,

Peter

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to