Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top