[MJAVADOC-787] Automatic detection of release option for JDK < 9 (original) (raw)
- Type:
New Feature
- Status: Closed
- Priority:
Major
- Resolution: Fixed
- Affects Version/s: 3.6.3
The maven-compiler-plugin 3.13.0 now has detection of the release option:
But this should be expanded to maven-javadoc-plugin as well; this will allow the use of a global property like:
<maven.compiler.release>${javaVersion}</maven.compiler.release>
and not fail if the javadoc is generated on JDK 8.
causes
MJAVADOC-820 [REGRESSION] MJAVADOC-787 was merged incompletely
- Closed
relates to
MCOMPILER-582 Automatic detection of release option for JDK < 9
- Closed
links to