If you try compiling your project with maven and got java.lang.StackOverflowError check if you don’t use some extremely long builder like me Something like You could use flag -Xss which extends thread stack or just use variable for splitting builder like
Andriy Andrunevchyn
It’s not necessary to add compiler plugin to your project when you want to set -source/-target java version. Just add following properties, which are the default property names for the plugin parameters. Pay attention! For Java 9 it will be version 9 not 1.9 source
Andriy Andrunevchyn
There are few simple steps Create root folder for project Open command line there Execute You will see long list of available archetypes and question at the end Choose appropriate number and proceed with instructions Pay attention it could be other value with the time. It was item #250, six years ago. Now for creating child [...]
Andriy Andrunevchyn
Recent Comments