使用 Nexus 存储库配置 Grails 插件
我搜索了很长时间,但没有任何解决方案。
我的问题:
我使用 Maven 和我自己的 Nexus Repo 配置了我的 Grails 项目 (1.2.4)。这似乎运作良好。但我是否也可以将我正在使用的 Grails 插件也放入 Nexus Repo 中? 目前,插件依赖关系已通过 Grails 插件存储库解决。
有什么想法吗?
关于
法比安
I'm searching for a longer time, but without any solution.
My problem:
I configured my Grails project (1.2.4) with Maven and my own Nexus Repo. That seems to be working well. But can I also put the Grails plugins, which I am using, also to the Nexus Repo?
At the momement the plugin dependencies are resolved over the Grails Plugin repository.
Any ideas?
with regards
Fabian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Grails 1.3 已经支持依赖管理插件。详细信息在这里:
http://blog .springsource.com/2010/05/18/managing-plugins-with-grails-1-3/
文章讨论了以前版本的 Grails 中存在的一些问题。
Grails 1.3 has got support for dependency managing plugins. Details are here:
http://blog.springsource.com/2010/05/18/managing-plugins-with-grails-1-3/
The article discusses some of the problems that existing in previous versions of Grails.
了解此线程已过时,但发布一个链接,其中作者解释了 grails 的配置以从 Nexus 获取插件和依赖项:
Grails 插件和其他依赖项的 Nexus 配置
这对于 grails 2.2.2 非常有用。
Understand this thread is old, but posting a link in which the author explains the configuration of grails to fetch plugins and dependencies from Nexus:
Nexus Configuration for Grails plugins and other dependencies
This worked great for grails 2.2.2.