当我尝试运行grails应用程序时,我被告知grails无法解决以下依赖项:
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.grails.plugins#code-coverage;1.1.8: not found
:: org.grails.plugins#testing;0.5: not found
::::::::::::::::::::::::::::::::::::::::::::::
Failed to resolve plugins.
所以我尝试了grails install-plugin code-coverage
和grails install-plugin testing
,并收到了:
Plugin not found for name [code-coverage] and version [not specified]
(指定版本不是必需的,也没有帮助。)
这里发生了什么?
答案 0 :(得分:4)
我遇到过类似的问题。看看http://jira.codehaus.org/browse/GRAILS-6427它帮助了我。
我跟着Feroz Panwaskar说的话:
“作为一种解决方法,我发现您只需重新安装无法解析的插件。从application.properties中删除插件引用并运行install-plugin命令。”
答案 1 :(得分:0)
我在安装cloud-foundry插件后遇到了问题。 只需从application.properties文件中删除插件即可删除错误。