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 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 believe > another module is still underway, stuck, and prevents the build to go > further. If there were entry/exit logs for each module and each plugin, I > could parse the logs, match each entry/exit, and find the last missing > exit. That would point me to the culprit... > But to my knowledge there are no such entry/exit logs... > > I'will try to use mvnDebug command and plug a debugger but I do not even > know what I'm looking for ! Any idea ? > > Have a good day > François --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org