Grails无法安装插件

编程入门 行业动态 更新时间:2024-10-28 08:25:18
本文介绍了Grails无法安装插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

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

我尝试了以下事情。

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

  • 修改buildConfig文件并添加行

    插件{编译:webflow:1.3.8

  • 当运行应用程序结果为:

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

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

    解决方案

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

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

    请使用

    $ p >作为存储库定义。

    grails.1312388.n4.nabble/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.,

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

  • 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 "repo.grails/grails/plugins"

    As a repository definition.

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

    更多推荐

    Grails无法安装插件

    本文发布于:2023-07-25 09:02:03,感谢您对本站的认可!
    版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
    本文标签:插件   Grails

    发布评论

    评论列表 (有 0 条评论)
    草根站长

    >www.elefans.com

    编程频道|电子爱好者 - 技术资讯及电子产品介绍!