Setting the -source and -target of the Java Compiler on Maven
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. <properties> <maven.compiler.source>1.8</maven.compiler.source> [...]
Andriy Andrunevchyn
Recent Comments