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 (