Jorg,
The local repository is not accessed in a non-transactional method.

This means that two processes (or multiple threads for that matter) can
try to write data to the same location on the file system or try to
read/write to a file that is not yet complete.

There is a proposal to fixing this:
http://docs.codehaus.org/display/MAVEN/Local+repository+separation

I don't think we would see any traction on this until Maven 2.1

Thanks
James

On Mon, 2008-04-14 at 14:37 +0200, Jorg Heymans wrote:
> On Mon, Apr 14, 2008 at 12:46 PM, Stephen Connolly <
> [EMAIL PROTECTED]> wrote:
> 
> > many problems (as the local repo is not designed to be accessed by
> > multiple
> > threads concurrently) to leave it on by default.  The option is still
> > there
> > in the Advanced tab for the m2 project type.
> >
> 
> Does anyone actually know more details about the concurrent issues with the
> local repo ? Is it because the repo is accessed in a non-transactional way,
> or is it because the repo access code is not threadsafe ?
> 
> Jorg


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to