Currently, the maven-compiler-plugin defaults to 1.5 for the values of “source” 
and “target.” But Java 1.5 was end-of-lifed some time ago, and Maven doesn’t 
even run with lower than 1.6. These settings are incompatible with Java 9. 
Would it not make sense now to change those defaults to at least 1.6, if not 
1.7?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to