cstamas commented on PR #756:
URL: https://github.com/apache/maven/pull/756#issuecomment-1162709496

   > @mthmulders and does this impl solves the issue for quarkus? For me it 
does not seem so since the printed info is already thread in single threaded 
build (plugins already list the folder and quarkus uses default descriptor name 
so it is more than sufficient) and in multithreaded builds it looks wrong cause 
of the interleaving, so isnt it another example of what I'm explaining?
   
   You mean `mvn -T` builds? As that breaks any log, not only this one. In 
general, if you want multi-threaded build, use `mvnd`, as IMHO `mvn -T` (that 
is inferior as code wise as capability wise to mvnd) should be simply not used, 
maybe even deprecated.


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to