Skip to content

Commit

Permalink
Fix generating aggregated Javadocs. (#1351)
Browse files Browse the repository at this point in the history
Fixes #1350
  • Loading branch information
maciejwalkowiak authored Feb 26, 2025
1 parent 0f166b1 commit a162d74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ clean:

docs:
mvnd verify -Pdocs-classic -DskipTests=true

docs-full:
mvnd verify javadoc:aggregate -Pdocs-classic -DskipTests=true
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
</links>
<author>true</author>
<header>${project.name}</header>
<reportOutputDirectory>${project.build.directory}/site/${project.version}/apidocs</reportOutputDirectory>
<outputDirectory>${project.build.directory}/site/${project.version}/</outputDirectory>
<source>17</source>
</configuration>
</plugin>
Expand Down

0 comments on commit a162d74

Please sign in to comment.