Re: What was initially intended with Mojo#threadSafe ?

2018-01-12 Thread Robert Scholte
See https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3 On Fri, 12 Jan 2018 08:31:43 +0100, Anders Hammar wrote: mvn -T 2C ... IIRC. /Anders On Fri, Jan 12, 2018 at 12:02 AM, Tibor Digana wrote: What was initially intended with Mojo#threadSafe ? Was it the

Re: What was initially intended with Mojo#threadSafe ?

2018-01-11 Thread Anders Hammar
mvn -T 2C ... IIRC. /Anders On Fri, Jan 12, 2018 at 12:02 AM, Tibor Digana wrote: > What was initially intended with Mojo#threadSafe ? > Was it the use case mvn -T 2C ...? > Or it was parallel processes execution from the project root? > For instance report-plugin which generates H

What was initially intended with Mojo#threadSafe ?

2018-01-11 Thread Tibor Digana
What was initially intended with Mojo#threadSafe ? Was it the use case mvn -T 2C ...? Or it was parallel processes execution from the project root? For instance report-plugin which generates HTML files is threadsafe? Cheers Tibor