托管 Maven 存储库和持续集成的最佳选择?
谁能推荐一个好的托管提供商来托管我们的 Maven 2 存储库和持续集成流程?
我们对实施持非常开放的态度,愿意使用任何操作系统、CI 软件和存储库软件,只要它能很好地完成工作。
提前致谢
Can anyone recommend a good hosting provider where we can host our Maven 2 repository and continuous integration process?
We're very open minded about the implementation and are willing to use any OS, CI software and repository software so long as it gets the job done well.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我不知道有哪个 SaaS 提供商托管 maven/nexus/sonar。 我知道豆茎和春环。 两者都是 SaaS 提供商,但并不针对您的需求。 也许,您可以使用 amazon ec2 并通过 Nexus 部署您自己的虚拟机。 EC2 上的 Nexus 开源和 Hudson< /a>
I don't know any SaaS provider who hosts maven/nexus/sonar. I know of beanstalk and springloops. Both are SaaS provider but don't target your requirements. Maybe, you could use amazon ec2 and deploy you own virtual machine with nexus. Nexus Open Source and Hudson on EC2
我们正在使用 Nexus 社区版(@see http://www.sonatype.com/products/nexus) 用于缓存外部工件并发布内部版本和快照。
我们评估了一些持续集成工具(@see http://continuum.apache.org 、@see https://hudson.dev.java.net) 并决定使用 hudson 因为它的简单性。
we are using nexus community edition (@see http://www.sonatype.com/products/nexus) for caching external artifacts and publishing internal releases and snapshots.
we evaluated some tools for continuous integration (@see http://continuum.apache.org , @see https://hudson.dev.java.net) and decided to use hudson because of its simplicity.
如果它是开源的,Sonatype 将托管您的项目工件。 有关详细信息,请参阅此处。
您可以从 他们的合作伙伴之一获取 Bamboo 托管
Sonatype will host your project artifacts if it is open source. See here for details.
You can get Bamboo hosting from one of their partners