grails-melody插件错误无法解析依赖项

时间:2014-07-16 11:09:35

标签: grails grails-plugin

我正在尝试安装grail-melody插件,但我找不到它。

  plugins {
    compile ":grails-melody:1.51.0"
  }

这是我的BuildConfig

    grailsPlugins()
    grailsHome()
    grailsCentral()

    //mavenRepo "http://repository.springsource.com/maven/bundles/release"
    //mavenRepo "http://repository.springsource.com/maven/bundles/external"
    // uncomment these (or add new ones) to enable remote dependency resolution from pu         
    mavenRepo "http://snapshots.repository.codehaus.org"
    mavenRepo "http://repository.codehaus.org"
    mavenRepo "http://download.java.net/maven/2/"
    mavenRepo "http://repository.jboss.com/maven2/"
 ...
   plugins {
    runtime ":hibernate:$grailsVersion"
    runtime ":jquery:1.8.0"
    runtime ":resources:1.1.6"
    compile ':jquery-date-time-picker:0.1.0'
    compile ":grails-melody:1.51.0"

我得到以下内容:

    ::::::::::::::::::::::::::::::::::::::::::::::

    ::          UNRESOLVED DEPENDENCIES         ::

    ::::::::::::::::::::::::::::::::::::::::::::::

    :: org.grails.plugins#grails-melody;1.51.0: not found

    ::::::::::::::::::::::::::::::::::::::::::::::


  | Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy   
    for more information):

我错过了什么?

谢谢

托马斯

0 个答案:

没有答案