Concurrent access to local repository by multiple processes

2009-06-24 Thread Jason Voegele
I am wondering if it is now safe to have multiple Maven 2.1.0 processes running concurrently using the same local repository. I know that with older versions of Maven this was certainly not safe, but reading comments on some JIRA issues leads me to believe that this may have been addressed

Re: Concurrent access to local repository by multiple processes

2009-06-24 Thread Brian Fox
Almost certainly no. The 2.1 you saw mentioned most likely refers to the old 2.1 that is now 3.0. FWIW, I don't believe this has been or will be addressed in 3.0.0 which is focused on 2.x compatibility. http://www.sonatype.com/people/2008/11/a-visual-history-of-maven-2/ On Wed, Jun 24, 2009 at

Re: Concurrent access to local repository by multiple processes

2009-06-24 Thread Jason Voegele
Brian Fox wrote: Almost certainly no. The 2.1 you saw mentioned most likely refers to the old 2.1 that is now 3.0. FWIW, I don't believe this has been or will be addressed in 3.0.0 which is focused on 2.x compatibility. http://www.sonatype.com/people/2008/11/a-visual-history-of-maven-2/

Re: Concurrent access to local repository by multiple processes

2009-06-24 Thread Wendy Smoak
On Wed, Jun 24, 2009 at 10:07 AM, Jason Voegeleja...@jvoegele.com wrote: Thanks for the response.  I guess I'll try my hand at using a lock file or something similar in my wrapper scripts.  I'm thinking that this algorithm might work: You might look at Don Brown's work on parallel resolution