panbingkun commented on PR #46870: URL: https://github.com/apache/spark/pull/46870#issuecomment-2159940708
> Without this PR, I tried to run `mvn javadoc:javadoc` and `mvn javadoc:jar` on `master/branch-3.5/branch-3.4`, and they both failed. I think we can initiate the upgrade of `maven-javadoc-plugin` after fixing them @panbingkun @LuciferYang Because we have a mixed code structure of `Java` and `Scala`, we generate Java and Scala documents through the plugin `genJavadoc `. For this reason, our execution of `mvn ... javadoc:javadoc` or `javadoc:jar` in the current configuration should not be successful unless we adjust the configuration, as follows: https://github.com/lightbend/genjavadoc <img width="696" alt="image" src="https://github.com/apache/spark/assets/15246973/3dde3a07-ebd3-4599-8b55-7d46efec5e63"> <img width="592" alt="image" src="https://github.com/apache/spark/assets/15246973/74b0148f-791e-4c44-8a15-dc8c9f9a9019"> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
