Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best choice for hosting Maven repository and continuous integration?

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

like image 361
Derrek Avatar asked Jun 20 '09 20:06

Derrek


1 Answers

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.

like image 107
Raffael Schmid Avatar answered Nov 16 '22 16:11

Raffael Schmid