如何在 IntelliJ IDEA 中轻松链接 Grails 项目中的依赖项源?
有没有办法让 IDEA 自动下载 Grails、我的插件和所有依赖项的源代码?或者,有没有一种简单的方法可以让 IDEA 获取该插件下载的源代码?
http://www.grails.org/plugin/eclipse-scripts
它将它们放在 ~/.ivy2/ 下...
Is there any way to get IDEA to automatically download sources for Grails, my plugins and all the dependencies? Alternately, is there an easy way to get IDEA to pickup sources downloaded by this plugin?
http://www.grails.org/plugin/eclipse-scripts
It puts them under ~/.ivy2/...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果使用
Grails/Griffon
插件,IDEA 应该自动加载 Grails 项目的所有插件。我在我的 Grails 视图 的插件 下看到了给定项目的所有 Grails 插件。
如果您没有看到这些文件,请尝试在 Grails 视图中右键单击项目名称,然后选择 Grails >同步 Grails 设置。
请注意,如果您使用免费(社区)版本的 IntelliJ IDEA,它不包含直接使用 Grails 所需的插件。您必须付费才能获得完整版本。
IDEA should automatically load all plugins for a Grails project, if the
Grails/Griffon
plugin is being used.I see all the Grails plugins for a given project in my Grails View, under Plugins.
If you aren't seeing the files, try right-clicking on the project's name in the Grails View, and choosing
Grails > Synchronize Grails settings
.Please note that if you are using the free (community) version of IntelliJ IDEA, it does not include the necessary plugins for working with Grails directly. You must pay for the full version to get it.