You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Tibor Digana <ti...@apache.org> on 2018/01/11 23:02:30 UTC

What was initially intended with Mojo#threadSafe ?

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

Re: What was initially intended with Mojo#threadSafe ?

Posted by Robert Scholte <rf...@apache.org>.
See  
https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3

On Fri, 12 Jan 2018 08:31:43 +0100, Anders Hammar <an...@hammar.net>  
wrote:

> mvn -T 2C ... IIRC.
>
> /Anders
>
> On Fri, Jan 12, 2018 at 12:02 AM, Tibor Digana <ti...@apache.org>
> 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 HTML files is threadsafe?
>>
>> Cheers
>> Tibor

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: What was initially intended with Mojo#threadSafe ?

Posted by Anders Hammar <an...@hammar.net>.
mvn -T 2C ... IIRC.

/Anders

On Fri, Jan 12, 2018 at 12:02 AM, Tibor Digana <ti...@apache.org>
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 HTML files is threadsafe?
>
> Cheers
> Tibor
>