Brett Porter wrote on Tuesday, June 27, 2006 8:37 AM:

> Please note it is highly recommended that you *do not share* your
> *local* repository. Maven makes no attempt to guarantee that
> permissions will be set correctly and that you and your colleagues
> won't overwrite each others work (it probably should lock the local
> repo while installing to allow you to do multiple installs at the same
> time, but it rarely is the case if you are the only user).
> 
> You should instead consider a shared "remote" deployment repository
> inside your organisation. 

Woudn't this be possible if the local repository were divided into release and 
snapshot as well? The snapshot repo should never be shared, but why not a local 
repo with releases? This would also help to wipe out all the local snapshots at 
once. Keeping local copies of released artifacts seems only useful if you 
intend to work independent of the network shares, but otherwise they are 
somewhat a waste of space.

- Jörg

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

Reply via email to