Grails unable to install plugin

 ̄綄美尐妖づ 提交于 2019-11-26 03:44:07

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/28715832/grails-unable-to-install-plugin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!