Skip to content

Commit

Permalink
Move doc api reference from site to reports
Browse files Browse the repository at this point in the history
  • Loading branch information
cppwfs committed Sep 3, 2024
1 parent 20341f0 commit 8179b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
</target>
<target>
<copy todir="${project.basedir}/target/generated-docs/apidocs">
<fileset dir="${maven.multiModuleProjectDirectory}/target/site/apidocs"/>
<fileset dir="${maven.multiModuleProjectDirectory}/target/reports/apidocs"/>
</copy>
</target>
</configuration>
Expand Down

0 comments on commit 8179b1e

Please sign in to comment.