Skip to content

Fix javadoc publishing after plugin update#21

Merged
vieiro merged 1 commit intovieiro:masterfrom
matthiasblaesing:javadoc-fix
Feb 24, 2026
Merged

Fix javadoc publishing after plugin update#21
vieiro merged 1 commit intovieiro:masterfrom
matthiasblaesing:javadoc-fix

Conversation

@matthiasblaesing
Copy link
Contributor

The maven javadoc plugin moved the default output folder for the javadoc. To acommodate for that the publishing workflow needs to be updated.

3.6.0 output directory: $basedir/target/site/apidocs
3.12.0 output directory: $basedir/target/reports/apidocs

With new versions autodetection was improved and directory could be overridden if necessary.

The maven javadoc plugin moved the default output folder for the
javadoc. To acommodate for that the publishing workflow needs to be
updated.

3.6.0 output directory: $basedir/target/site/apidocs
3.12.0 output directory: $basedir/target/reports/apidocs

With new versions autodetection was improved and directory could be
overridden if necessary.
@vieiro
Copy link
Owner

vieiro commented Feb 24, 2026

Thanks @matthiasblaesing . Merging...

@vieiro vieiro merged commit 3b1f0e4 into vieiro:master Feb 24, 2026
1 check 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