Skip to content

Commit

Permalink
HV-2044 Include rendered javadocs in the distribution package
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Sep 5, 2024
1 parent 369b199 commit 35d7f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
</group>
</groups>
<additionalOptions>${javadoc.additional.options}</additionalOptions>
<outputDirectory>${project.reporting.outputDirectory}/javadocs</outputDirectory>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion distribution/src/main/assembly/dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

<!-- Include documentation -->
<fileSet>
<directory>target/site/apidocs</directory>
<directory>target/site/javadocs/apidocs</directory>
<outputDirectory>docs/api</outputDirectory>
</fileSet>
<fileSet>
Expand Down

0 comments on commit 35d7f9b

Please sign in to comment.