views:

574

answers:

2

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

+3  A: 

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.

rschmid
But are you hosing this yourself or are you paying someone to host it? I'm interested in finding a hosting solutions where I basically click a button and everything is setup and hosted for me.
Derrek
+1 for Hudson and +1 for Nexus.
sal
we are hosting it on our own, but have good experience with http://www.assembla.com/
rschmid
+1 for Hudson. We are using Artifactory for repository, very simple to use.
David Rabinowitz
A: 

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

Rich Seller