mbien commented on PR #5482:
URL: https://github.com/apache/netbeans/pull/5482#issuecomment-1435431824

   @asbachb I believe we should think about this a bit more.
   
   One difference between mvnd and maven is that mvnd uses different default 
settings. It uses the "smart builder" and uses more threads.
   
   The maven standard builder can be set via `-1` or `--serial` and thread 
count can be also set to 1 with `-T 1`.
   
   So the question is, while using mvnd:
    - what happens if `-T 1` is set and `isMultiThreaded` is updated to return 
false, can event spy be used?
    - does the builder type in use influence anything (probably not)
    - is there an easy way for `MavenCommandLineExecutor` to detect if the 
project is single module?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to