Re: My maven module dependencies got wipe out randomly

2020-10-14 Thread Dan Tran
Hi Tomo Thanks for a very good hint. As I recalled we used to have multithreaded issue with this plugin's where I had to ensure all modules using this plugin to run in sequence to prevent the multithreaded issues. The latest version indicates it is now threadsafe, and using my trick to sequence

Re: My maven module dependencies got wipe out randomly

2020-10-13 Thread Tomo Suzuki
Hi Dan, (I don't use openapi-generator-maven-plugin) I had a similar situation where my Maven plugin (Linkage Checker enforcer rule , which reads dependencies of a project) stopped working when I

My maven module dependencies got wipe out randomly

2020-10-13 Thread Dan Tran
Hello to all, I have a 300+ java modules [0] which takes about 2 min to build without tests. The build randomly failing once a while(%5) where I am able to chase it to the root cause mentioned in the title Further guessing[2] takes me to the removal of one module which uses