Jimmyweng006 opened a new pull request, #8891: URL: https://github.com/apache/ozone/pull/8891
## What changes were proposed in this pull request? Fix Javadoc aggregation build failures Please describe your PR in detail: * Adding an explicit 'protobuf-java' dependency to the maven-javadoc-plugin to fix 'OneofDescriptor' symbol not found errors. * Skipping Javadoc generation for the 'mini-cluster' module, as its main sources incorrectly depend on test utilities. * Excluding all 'package-info.java' files from the aggregation to prevent 'package has already been annotated' errors from conflicting definitions. ## What is the link to the Apache JIRA [HDDS-13143](https://issues.apache.org/jira/browse/HDDS-13143) ## How was this patch tested? The patch was verified by running **mvn clean javadoc:aggregate** from the project root. The command completed successfully, and the generated Javadoc is available and renders correctly at target/reports/apidocs/index.html. <img width="2529" height="1283" alt="image" src="https://github.com/user-attachments/assets/5f56c63d-a313-41e9-be10-efc2e2a01726" /> -- 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...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org