We have sometimes problems, if multiple builds on Jenkins use the same local Maven repository and if those builds download new artifacts. Then some artifacts are locked by one Maven process, and the other process fails with an "artifact not found" error.
Manuel On Mon, Mar 28, 2011 at 11:32, David Balažic <[email protected]> wrote: > Hi! > > Is there any synchronization done in maven regarding the local cache > ($Home/.m2/repository) ? > I mean when downloading plugins and so. > Is it safe to run multiple build in parallel on the same machine? > > Regards, > David > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
