I am using the latest version of Eclipse (2019-03 4.11.0) with the
Maven m2e plug-in on Windows 10 (
and still new to Maven).
Yesterday things were working fine, but today, after restarting Eclipse, I am seeing an error which seems to indicate that my version of
Java is lower than what is required, and I can't figure-out why. I have seen this kind of error when the Java version is not specified in the pom.xml file (seems like Maven defaults to Java 1.5), but in this case it has been specified. I believe that the Eclipse settings below are being configured by the Maven plug-in.
Any ideas on what I can look at to resolve this problem?