I regularly have the same problem on my Jenkins build server: either
"corrupted zip file" or "cannot find symbol" and the only explanation for me
was concurrent build. I has never thought of having Maven local repo
specific to an executor, thanks Bernd Eckenfels, that's a really good point
!
I was really worried about the *huge* disk impact on disk space per-job
repositories would have but had never thought about per-executor ! Thanks.
To tell you the truth, I was thinking about a system to have a file-system
layer to mutualize all the non-SNAPSHOT jars and another per-job layer to
store the SNAPSHOT jars... whatever, this would have been complicated and
the per-executor seems like a good trade-of between simplicity and disk
space.

Francois



--
Sent from: http://maven.40175.n5.nabble.com/Maven-Users-f40176.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to