Skip to content

Commit

Permalink
Fix path to generated apidoc by maven javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Oct 3, 2024
1 parent 101ea3c commit 13d28f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
<outputDirectory>${basedir}/reference/api</outputDirectory>
<resources>
<resource>
<directory>${project.build.directory}/site/apidocs</directory>
<directory>${project.build.directory}/reports/apidocs</directory>
</resource>
</resources>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
<outputDirectory>${basedir}/reference/api</outputDirectory>
<resources>
<resource>
<directory>${project.build.directory}/site/apidocs</directory>
<directory>${project.build.directory}/reports/apidocs</directory>
</resource>
</resources>
</configuration>
Expand Down

0 comments on commit 13d28f2

Please sign in to comment.