Skip to content

Restore Javadoc output directory - #95

Merged
yawkat merged 1 commit into
mainfrom
fix-documentation-build
Sep 12, 2026
Merged

Restore Javadoc output directory#95
yawkat merged 1 commit into
mainfrom
fix-documentation-build

Conversation

@yawkat

@yawkat yawkat commented Sep 12, 2026

Copy link
Copy Markdown
Owner

Summary

  • configure Maven Javadoc output under target/site
  • restore the target/site/apidocs path expected by the documentation build

The Maven Javadoc Plugin 3.12.0 defaults direct report output to target/reports, while the documentation recipe still consumes target/site/apidocs.

Verification

  • ./mvnw -ntp javadoc:javadoc
  • verified target/site/apidocs/index.html is generated
  • ./mvnw -B -ntp -V -Dtest='!net/jpountz/fuzz/*' -Dmaven.compiler.source=8 -Dmaven.compiler.target=8 -Dnative.cc=gcc -Dsurefire.reportFormat=plain clean verify (1,680 tests passed)

Resolves #94

Co-Authored-By: multicode <multicode@yawk.at>
@yawkat
yawkat enabled auto-merge (squash) September 12, 2026 08:09
@yawkat
yawkat merged commit 24c9257 into main Sep 12, 2026
6 checks passed
@yawkat
yawkat deleted the fix-documentation-build branch September 12, 2026 08:36
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.

Documentation build fails

1 participant