adoroszlai opened a new pull request, #6910: URL: https://github.com/apache/ozone/pull/6910
## What changes were proposed in this pull request? Javadoc is generated only with the `dist` profile. This is used in CI build, but Javadoc is explicitly skipped. Thus, javadoc generation is currently exercised only when making release candidates. This change enables Javadoc generation in the `compile` check. Build is successful despite Javadoc problems, e.g.: ``` Warning: .../GenericTestUtils.java:339: warning - invalid usage of tag > ``` We can enable `failOnWarning` after fixing these warnings. The current change would help catch problems with usage of `maven-javadoc-plugin` itself (e.g. wrong version or config). https://issues.apache.org/jira/browse/HDDS-11112 ## How was this patch tested? Verified `maven-javadoc-plugin` is executed in `compile` check: https://github.com/adoroszlai/ozone/actions/runs/9828984546/job/27133798734#step:8:3488 -- 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]
