Hi.
Do you know how I can find out the default compiler compliance level that my Maven installation uses when nothing is defined in the maven-compiler-plugin?
Yours Bernhard
Hi.
Do you know how I can find out the default compiler compliance level that my Maven installation uses when nothing is defined in the maven-compiler-plugin?
Yours Bernhard
This was answered in your previous question. Run mvn help:effective-pom
and look at the output.
According to Maven docs, "The default source setting is 1.5 and the default target setting is 1.5". See Default complier compliance level