几天以来,如果本地 maven 存储库或 ivy-cache 中不存在任何 Grails 插件,我将无法再安装它。
例如,对于名为“plugin-config”的插件,在尝试安装时我收到以下消息:
module not found: org.grails.plugins#plugin-config;0.2.0
[..]
==== grailsCentral: tried
http://grails.org/plugins/grails-plugin-config/tags/RELEASE_0.2.0/plugin-config-0.2.0.pom
-- artifact org.grails.plugins#plugin-config;0.2.0!plugin-config.zip:
http://grails.org/plugins/grails-plugin-config/tags/RELEASE_0.2.0/grails-plugin-config-0.2.0.zip
[..]
(在网络浏览器中输入路径,会找到 zip 和 pom 文件。)
如果我像这样在 BuildConfig.groovy 中设置依赖项,就会发生这种情况:
compile ":plugin-config:0.2.0"
如果我尝试使用插件管理器安装插件,也会发生这种情况。
正在安装本地 maven 存储库或 ivy-cache 中的插件。GGTS可能存在连接问题吗?有没有办法手动下载插件?
我在用着:
- GGTS 版本:3.6.3.SR1,构建 ID:201501121239,平台:Eclipse Luna SR1 (4.4.1)
- 时髦的 2.1
- 圣杯 2.2.4