Re: Workspace conflicts with hudson

2010-12-04 Thread Jesse Glick
On 12/03/2010 05:33 PM, Benson Margulies wrote: We [...] are (trying) to use a shared workspace to pass artifacts down from job to job without publishing them as snapshots. Perhaps http://wiki.hudson-ci.org/display/HUDSON/Copy+Artifact+Plugin would be helpful then?

Re: Workspace conflicts with hudson

2010-12-03 Thread Benson Margulies
On Fri, Dec 3, 2010 at 5:24 PM, Antoine Toulme wrote: > No, there is an option for Maven jobs to run with their private Maven repo. I > highly recommend it. We hate snapshots, and are (trying) to use a shared workspace to pass artifacts down from job to job without publishing them as snapshots.

Re: Workspace conflicts with hudson

2010-12-03 Thread Antoine Toulme
No, there is an option for Maven jobs to run with their private Maven repo. I highly recommend it. On Dec 3, 2010, at 11:05 AM, Benson Margulies wrote: > Apache Hudson experts, > > Is the best plan to use locks and latches to make sure that two jobs > don't try to modify a shared maven local re

Workspace conflicts with hudson

2010-12-03 Thread Benson Margulies
Apache Hudson experts, Is the best plan to use locks and latches to make sure that two jobs don't try to modify a shared maven local repository at the same time?