apupier commented on code in PR #15983:
URL: https://github.com/apache/camel/pull/15983#discussion_r1803287954
##########
parent/pom.xml:
##########
@@ -3546,12 +3546,12 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<attach>true</attach>
- <source>${jdk.version}</source>
+ <release>${maven.javadoc.release}</release>
Review Comment:
If I understood well, we should be able to even not provide the release
version now as it would pick it up from maven-compiler.release
https://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#release
But maybe better to keep it for now to have a finer grained control.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]