R – Best choice for hosting Maven repository and continuous integration

continuous integrationmaven-2repository

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

Best Answer

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.