Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.6.4
-
None
Description
Currently only the property maven.compiler.target is evaluated in https://github.com/apache/maven-plugin-tools/blob/c6b1542b59fdde28b080cc42a82392eb059706b6/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java#L739 but not maven.compiler.release (https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-release.html).
In general the release setting should take precedence over any target setting.
Attachments
Issue Links
- relates to
-
MPLUGIN-337 Try to derive JDK requirements also from release parameter
- Closed
- links to