We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: