-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
The maven compiler plugin is being configured with maven.compiler.target and maven.compiler.source properties.
However, the recommended way is to use maven.compiler.release instead because it sets the location of system modules automatically.
--source and --target could lead to class files that cannot run on the desired JDK.