Grails无法安装插件 [英] Grails unable to install plugin

查看:205
本文介绍了Grails无法安装插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图用我的grails 1.3.9版本安装webflow插件版本。



我尝试了以下事情。


  1. 使用命令 grails intall-plugin webflow 1.3.8
    结果是: org.grails#grails-webflow; 1.3.8:找不到

  2. 修改buildConfig文件并添加行

    插件{
    编译:webflow:1.3.8


当运行应用程序结果为:

 未解决的相关性
org.grails.plugins#webflow; 1.3.8:找不到

我不知道还有什么可以尝试的。请帮助。

解决方案

存储库发生了变化,并导致旧版Grails出现问题。 $ b

查看我的答案: Grails Url shortener插件没有安装


请使用

 


$ p >作为存储库定义。


http://grails.1312388.n4.nabble.com/Grails-central-repo-seemingly-missing-plugin-versions -td4658720.html


I am trying to install webflow plugin version with my grails 1.3.9 version.

I have tried the following thing.,

  1. Using command grails intall-plugin webflow 1.3.8 Result was : org.grails#grails-webflow;1.3.8: not found

  2. Modifying buildConfig file and adding the line

    plugins { compile ":webflow:1.3.8"

When running app result was:

UNRESOLVED DEPENDENCIES
org.grails.plugins#webflow;1.3.8: not found

I don't know what else to try. Please help.

解决方案

The repository changed and it's causing problem for older Grails versions.

See my answer at: Grails Url shortener plugin not getting installed :

Please use

mavenRepo "https://repo.grails.org/grails/plugins"

As a repository definition.

http://grails.1312388.n4.nabble.com/Grails-central-repo-seemingly-missing-plugin-versions-td4658720.html

这篇关于Grails无法安装插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆