We have an automated build process in which many build run in parallel on many machines. The user who runs the builds has a NFS home directory equally accessible from each. We're operating on the belief that adding maven to this build process will result in chaos (unless we force distinct local repos). However, it occurs to me maybe there is some appropriate use of file locking or some ordering of operations to render this viable?
- Accidental sharing of local repo -> chaos? Benson Margulies
- Re: Accidental sharing of local repo -> chaos? Stephen Connolly
- Re: Accidental sharing of local repo -> chaos... Benson Margulies
