fr., 15.04.2011 kl. 11.54 -0400, skrev Sony Antony:
> Thank you Jason :
> If 3.x local repository is not safe for concurrent access, how does maven3
>  implement parallel builds ( -T switch )
> ( maybe they decide on teh parallelism by making sure that there is no
> concurrent read/write access on teh repository *for the same* artifacts ? )
> 

The first half you got right, there is no concurrent writes of the each
individual artifact "by design". 

When it comes to downloading from remote repositories it's all handled
by a common (singleton) service anyway. 


Kristian


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to