Recently coming to a new project, I\'m trying to compile our source code. Everything worked fine yesterday, but today is another story.
Every time I\'m running
For me, in Visual Studio Code
I did not do any changes in the pom.xml file or updated any dependency versions Adding this line to settings.json of Visual Studio Code solved the problem.
settings.json
"maven.executable.options": "-DforkCount=0",