I've used hudson and have been very happy with it. In my opinion, the biggest advantage over other CI servers is the ridiculously quick turn-around on bug fixes and requested enhancements. Kohsuke pushes out releases faster than anyone I've ever seen...
On 7/6/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 7/6/07, Milos Kleint <[EMAIL PROTECTED]> wrote: > Like define a unique local repo for the > project, to prevent local repository cross-pollination by other maven > projects built on the same machine. FWIW, I haven't tried it yet, but you should be able to do that fairly easily with Continuum by adding -Dmaven.repo.local=/path/to/separate/repo to the arguments. Or even -s /path/to/alt-settings.xml if you want completely different settings. (I went through an exercise recently trying to figure out how to make sure "official builds" don't use anything in the 'sandbox' repository, but only the approved third-party artifacts.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Gregory Kick http://kickstyle.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
