How to change java version in Maven compiler? Not for a specific project in the POM file, but in the Maven settings? I have the variables "JAVA_HOME" and "MAVEN_HOME". The current version of JAVA SDK is 9.0.4.
When I try to install a local library, I get the error "Source option 1.5 is no longer supported. Use 1.6 or later." 

<maven.compiler.source>1.6</maven.compiler.source>- Senior Pomidor<project> .... <properties>in pom.xml file - Senior Pomidor