为什么 IntelliJ 不显示最新版本的 Grails 插件?

发布于 2024-11-02 20:07:01 字数 444 浏览 0 评论 0原文

我在 IntelliJ 10 上使用其开箱即用的 Grails 工具 (Grails 1.3.7)。我可以从 IDE 获取 Grails 插件列表(Grails -> Plugins 菜单项),但它不如我从 OSX 终端执行 grails list-plugin 时获取的列表更新(还有 Grails 1.3.7)。

例如,IntelliJ 当前显示 mongodb 插件版本为 1.0-M4,但命令行显示为 1.0-M5。 Grails.org 也说 1.0-M5。

我怎样才能获得 IntelliJ,以便向我显示与 Grails.org 相同的 Grails 插件列表?

PS:是的,我知道我仍然可以从命令行安装插件。

PPS:我尝试从 IDE 刷新 Grails 插件列表(Grails -> 插件菜单项,然后单击重新加载)。

I'm on IntelliJ 10 using its out of the box Grails tools (Grails 1.3.7). I can get a list of Grails plugins from the IDE (the Grails -> Plugins menu item), but it's not as current as the list I get when I execute grails list-plugin from OSX Terminal (also Grails 1.3.7).

For example, IntelliJ currently shows the mongodb plugin to be version 1.0-M4 but command line says 1.0-M5. Grails.org also says 1.0-M5.

How can I get IntelliJ so show me the same list of Grails plugins that Grails.org has?

PS: Yes, I know I can still install plugins from the command line.

PPS: I have tried refreshing the list of Grails plugins from the IDE (the Grails -> Plugins menu item, then click reload).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

季末如歌 2024-11-09 20:07:01

我无法重现这个问题。在我的机器 IDEA 上显示“1.0-M5”。 IDEA 从 %USER_HOME%/.grails/1.3.7/plugins-list-grailsCentral.xml 获取插件及其版本列表。 Grails 使用相同的文件。
你能看看这个文件中设置的是哪个版本吗? (查找字符串'<插件名称=“mongodb”')

I cannot reproduce this issue. On my machine IDEA shows "1.0-M5". IDEA gets list of plugin and its versions from %USER_HOME%/.grails/1.3.7/plugins-list-grailsCentral.xml. Grails uses the same file.
Could you look which version is set in this file? (find string '<plugin name="mongodb"')

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文