crowdcode-de / KissMDA

Keep It Simple Stupid, MDA!
33 stars 8 forks source link

NullPointerException on multi threaded Maven builds #53

Open cbraun1980 opened 7 years ago

cbraun1980 commented 7 years ago

We are genarating our models in parallel in a multi threaded maven build. Sometimes one of the modules fail with a NullPointerException.

[ERROR] Failed to execute goal de.crowdcode.kissmda.maven:kissmda-maven-plugin:2.1.1:generate (default) on project entsorgerportal-leistung-domain-model: Execution default of goal de.crowdcode.kissmda.maven:kissmda-maven-plugin:2.1.1:generate failed. NullPointerException -> [Help 1]

It happens infrequently. So we can not activate debug mode all the time because our log files will get too big.