On Sun, Mar 29, 2009 at 16:08, HHB <[email protected]> wrote: > > Hey, > I use Maven as the build tool for our project. > Now my team mates want to checkout the project from the SVN and I want to > add the project to out continuous integration server (Hudson). > I'm not sure but should I create a central repository in our unit? or let > each mate (and CI server) download the dependency himself? > What repository manager do you suggest? > Thanks.
I use a combination of Nexus[1] for my maven artifacts and Hudson[2] for continuous build. Both were very easy to set up and maintain. [1] http://nexus.sonatype.org/ [2] https://hudson.dev.java.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
