LinMingQiang opened a new pull request, #5726: URL: https://github.com/apache/paimon/pull/5726
<!-- Please specify the module before the PR name: [core] ... or [flink] ... --> When using Mac OS and JAVA_HOME is not set. exec : mvn clean deploy -DskipTests -Drat.skip=true -Pdocs-and-source ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (attach-javadocs) on project paimon-api: MavenReportException: Error while creating archive: Unable to find javadoc command: The environment variable JAVA_HOME is not correctly set. ``` This is `maven-javadoc-plugin:2.9.1` 's bug and I compared the versions of `maven-javadoc-plugin` of other open source components. At least 3.x or above. I think it's time to upgrade the plugin. Relation issue : https://stackoverflow.com/questions/20313453/java-home-on-osx-with-eclipse-and-maven https://github.com/apache/flink/pull/25265 ### Purpose <!-- Linking this pull request to the issue --> Linked issue: close #xxx <!-- What is the purpose of the change --> ### Tests <!-- List UT and IT cases to verify this change --> ### API and Format <!-- Does this change affect API or storage format --> ### Documentation <!-- Does this change introduce a new feature --> -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org