Re: How to know which plugin/goal is frozen in multithreaded build ?

2024-02-03 Thread Tamás Cservenák
Howdy, Important questions: - what maven version exactly - what java version are you using? - how exactly is "multi threaded" build invoked Also, you could tweak logging properties to show threads and trigger MT build in debug piped into file, and that file when filtered for thread name would

Re: How to know which plugin/goal is frozen in multithreaded build ?

2024-02-03 Thread Lasse Lindqvist
I would suggest maybe just attaching a profiler and/or taking a stackdump. It should show you what plugin is currently running and stuck. la 3. helmik. 2024 klo 18.48 Francois Marot (francois.ma...@gmail.com) kirjoitti: > > Hello all, > > I have a large build that completes normally in single

How to know which plugin/goal is frozen in multithreaded build ?

2024-02-03 Thread Francois Marot
Hello all, I have a large build that completes normally in single threaded build but freezes in multithreaded builds. Problem is I do not know which module and which plugin is frozen. The last logs that get displayed are the classic end log for a given module and the logs always stop there. So I