Skip to content

fix(build): restore javadoc jar contents - #1979

Merged
Yury Semikhatsky (yury-s) merged 2 commits into
microsoft:mainfrom
yury-s:fix-javadoc-jar
Sep 14, 2026
Merged

Yury Semikhatsky (yury-s) merged 2 commits into
microsoft:mainfrom
yury-s:fix-javadoc-jar

Conversation

@yury-s

Copy link
Copy Markdown
Member

Summary

Since the Automatic-Module-Name manifest entries were added (microsoft#1947),
maven-javadoc-plugin runs javadoc in module mode with a broken
--patch-module path and the playwright javadoc jar ends up empty.
Use legacy (classpath) mode.
The empty javadoc jar comes from the plugin computing the
--patch-module path as null when subpackages is set without an explicit
sourcepath. Setting sourcepath keeps the classic javadoc layout without
disabling module path support globally.
@yury-s
Yury Semikhatsky (yury-s) merged commit e3056a2 into microsoft:main Sep 14, 2026
25 checks passed
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