Skip to content

fix: update javadoc outputDirectory for maven-javadoc-plugin 3.12.0 - #973

Merged
shrutiburman merged 1 commit into
mainfrom
fix/javadoc-output-directory
Aug 31, 2026
Merged

fix: update javadoc outputDirectory for maven-javadoc-plugin 3.12.0#973
shrutiburman merged 1 commit into
mainfrom
fix/javadoc-output-directory

Conversation

@shrutiburman

Copy link
Copy Markdown
Contributor

Summary

  • reportOutputDirectory and destDir were removed as unknown parameters in maven-javadoc-plugin 3.12.0 (bumped in commit 02dc16943 on 2026-07-31)
  • Replace with <outputDirectory>${project.basedir}/docs</outputDirectory> which is the correct parameter in 3.12.0+
  • Without this fix, make docs generates 0 HTML files

Test plan

  • Run make docs and verify HTML files are generated in docs/

🤖 Generated with Claude Code

reportOutputDirectory and destDir were removed as unknown parameters in
3.12.0. Replace with outputDirectory pointing to docs/.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@shrutiburman
shrutiburman merged commit 91be1bf into main Aug 31, 2026
7 checks passed
@shrutiburman
shrutiburman deleted the fix/javadoc-output-directory branch August 31, 2026 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants