Grails 无法安装插件
Posted
技术标签:
【中文标题】Grails 无法安装插件【英文标题】:Grails unable to install plugin 【发布时间】:2015-04-27 06:12:31 【问题描述】:我正在尝试使用我的 grails 1.3.9 版本安装 webflow 插件版本。
我尝试了以下方法。,
使用命令grails intall-plugin webflow 1.3.8
结果是:org.grails#grails-webflow;1.3.8: not found
修改buildConfig文件并添加行
插件 编译“:webflow:1.3.8”
运行应用时的结果是:
UNRESOLVED DEPENDENCIES
org.grails.plugins#webflow;1.3.8: not found
我不知道还能尝试什么。请帮忙。
【问题讨论】:
【参考方案1】:存储库已更改,导致旧 Grails 版本出现问题。
请参阅我的回答:Grails Url shortener plugin not getting installed:
请使用
mavenRepo "https://repo.grails.org/grails/plugins"
作为存储库定义。
http://grails.1312388.n4.nabble.com/Grails-central-repo-seemingly-missing-plugin-versions-td4658720.html
【讨论】:
它不适用于 Spring 安全插件。 Spring 安全插件的依赖关系仍未解决。 太棒了!谢谢。我收到 Shiro 插件的错误并添加它解决了这个问题。以上是关于Grails 无法安装插件的主要内容,如果未能解决你的问题,请参考以下文章
Grails 2.2.1 无法识别从 BuildConfig.groovy 安装的“发布”插件
Grails Spring Core 安全插件 - 无法解析类