免费项目托管网站可轻松与 Hudson/Maven 等集成
我想在免费项目托管网站上托管我的 java 项目。 我想使用 SVN(如果可能集成在 NetBeans 中)。
我希望该网站易于使用,并提供像 Hudson 系统这样的选项来控制我的夜间构建/测试执行。
有这样的网站吗?
预先感谢您的答复。
如果您认为有比 SVN 或其他更好的替代方案,请使用足够的论证来说服我。我接受您尝试过的任何建议。
I want to host my java project on a free project hosting site.
I want to use SVN (if possible integrated in NetBeans).
I want the site to be easy to use and offer an option like Hudson system to control my nightly build/test execution.
Is there such a site(s) ?
Thank you in advance for the answers.
If there is an alternative that you think it's better than the SVN or something else, please use enough argumentation to convince me. I accept any proposals that you have tried out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Java 托管持续集成本质上不容易免费提供(因为它非常占用 CPU 和磁盘资源),因此您不会在“大型”公共伪造品上找到它。
据我所知,唯一提供 CI(以及 subversion、邮件列表、wiki 等)的地方是 CodeHaus.org。如果您的项目“符合条件”,可能是一个选择。
如果没有,要么自己运行 Hudson(只需将其插入任何托管的 Subversion 存储库,例如 Google Code)或者...使用商业服务,例如 CloudBees,MikeCI,CI 铸造。另请参阅托管持续集成。
Hosted Continuous Integration for Java is not something easy to provide for free by nature (because it's very CPU and disk intensive), so you won't find that on "big" public forges.
The only place I know that offers CI (and subversion, mailing list, wiki, etc) is CodeHaus.org. Might be an option if your project is "eligible".
If not, either run Hudson yourself (and just plug it on any hosted Subversion repository, e.g. on Google Code) or... use a commercial service like CloudBees, MikeCI, CI Foundry. See also Hosted Continuous Integration.
实际上我的问题类似于咨询两个问题。
以下是我对他们的回答。
Actually my question was something like a consulting 2 questions.
Here are my answers to them.