RE: EXTERNAL: Re: Maven local repo in a common global directory for multiple parallel execution

2019-05-30 Thread Marlow, Andrew
Jason is correct. And it is still a problem. -Original Message- From: Jason Young Sent: 28 May 2019 17:39 To: Maven Users List Subject: EXTERNAL: Re: Maven local repo in a common global directory for multiple parallel execution Bernd, I believe the OP is talking about using the -T

Re: Maven local repo in a common global directory for multiple parallel execution

2019-05-28 Thread Francois MAROT
Hi, if you run multiple jobs concurrently but all are agnostic to one another (I mean they only depend on Maven Central's non SNAPSHOT dependencies) and if disk space is a problem then you can try to have a common local repo. But if you want to play safe, you should use a per Jenkins executor

Re: Maven local repo in a common global directory for multiple parallel execution

2019-05-28 Thread Jason Young
2019 11:29 AM > An: Maven Users List > Betreff: Re: Maven local repo in a common global directory for multiple > parallel execution > > Yes disk required will be more . > > I don't have a requirement where one of my projects requires artifact > created by another. So I can use

Re: Maven local repo in a common global directory for multiple parallel execution

2019-05-27 Thread Bernd Eckenfels
sometimes leads to checksum errors). Gruss Bernd -- http://bernd.eckenfels.net Von: Debraj Manna Gesendet: Montag, Mai 27, 2019 11:29 AM An: Maven Users List Betreff: Re: Maven local repo in a common global directory for multiple parallel execution Yes disk required

Re: Maven local repo in a common global directory for multiple parallel execution

2019-05-27 Thread Debraj Manna
ace as you are > duplicating binaries. > > > -Original Message- > From: Debraj Manna > Sent: Sunday, May 26, 2019 4:49 PM > To: Maven Users List > Subject: Maven local repo in a common global directory for multiple > parallel execution > > I have a mach

RE: Maven local repo in a common global directory for multiple parallel execution

2019-05-27 Thread Golan, Yaron
Please remember that you need much bigger disk space as you are duplicating binaries. -Original Message- From: Debraj Manna Sent: Sunday, May 26, 2019 4:49 PM To: Maven Users List Subject: Maven local repo in a common global directory for multiple parallel execution I have

Re: Maven local repo in a common global directory for multiple parallel execution

2019-05-26 Thread Debraj Manna
Yes it is jenkins. Can you please explain why do you suggest to use separate caches / local repo for each execution? On Sun, May 26, 2019 at 7:26 PM Karl Heinz Marbaise wrote: > Hi, > On 26.05.19 15:48, Debraj Manna wrote: > > I have a machine in which multiple parallel maven execution happen

Re: Maven local repo in a common global directory for multiple parallel execution

2019-05-26 Thread Karl Heinz Marbaise
Hi, On 26.05.19 15:48, Debraj Manna wrote: I have a machine in which multiple parallel maven execution happen . Each execution executes the below command in a seperate workspace directory Kind of a build server with a CI solution like Jenkins? mvn -f main/pom.xml clean package -DskipTests

Maven local repo in a common global directory for multiple parallel execution

2019-05-26 Thread Debraj Manna
I have a machine in which multiple parallel maven execution happen . Each execution executes the below command in a seperate workspace directory mvn -f main/pom.xml clean package -DskipTests -T 6 Can someone let me know should I use a seperate maven local repo path (