Is it possible to integrate sources from github in Grails BuildConfig.groovy? Normally, you would use the dependancy or the plugin section to integrate sources, but how can I integrate snapshots from Github?
问问题
156 次
1 回答
0
只要您遵循预期的布局结构,它应该不是问题。只需将您的工件推到正确的位置即可。
检查这个布局结构-> https://svn.codehaus.org/grails/trunk/grails-plugins/
在您的项目中,您将有一个存储库定义,例如:
grailsRepo("http://githubURL", "githubRepo")
于 2013-05-30T21:01:22.660 回答