Re: Two processes accessing the local repository?

2011-03-28 Thread Jeff MAURY
I've heard it's more or less planned for M3.1 Jeff On Mon, Mar 28, 2011 at 12:40 PM, David Balažic wrote: > "The local repository in Maven is the temporary holding spot for all > artifacts downloaded and produced by Maven, and it is not currently > setup to be multi-process safe." > > But that

Re: Two processes accessing the local repository?

2011-03-28 Thread David Balažic
"The local repository in Maven is the temporary holding spot for all artifacts downloaded and produced by Maven, and it is not currently setup to be multi-process safe." But that wan written 2 years ago. Is there no news in maven 3 regarding this? David On 28 March 2011 12:14, Kristian Rosenvold

Re: Two processes accessing the local repository?

2011-03-28 Thread Kristian Rosenvold
Note item 2. http://www.sonatype.com/people/2009/01/maven-continuous-integration-best-practices/ Kristian Den 28.03.2011 12:06, skrev Manuel Doninger: We have sometimes problems, if multiple builds on Jenkins use the same local Maven repository and if those builds download new artifacts. Then

Re: Two processes accessing the local repository?

2011-03-28 Thread Manuel Doninger
We have sometimes problems, if multiple builds on Jenkins use the same local Maven repository and if those builds download new artifacts. Then some artifacts are locked by one Maven process, and the other process fails with an "artifact not found" error. Manuel On Mon, Mar 28, 2011 at 11:32, Davi

Two processes accessing the local repository?

2011-03-28 Thread David Balažic
Hi! Is there any synchronization done in maven regarding the local cache ($Home/.m2/repository) ? I mean when downloading plugins and so. Is it safe to run multiple build in parallel on the same machine? Regards, David - To unsu