Skip to content

Commit f64cc8f

Browse files
committed
GH-912 - Fix Javadoc source folder after plugin update.
1 parent 3d35d48 commit f64cc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/resources/assemblies/docs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!--
2222
Adds reference manual (html and pdf) to the distribution archive under the 'docs/reference'.
2323
-->
24-
<directory>../target/site/apidocs</directory>
24+
<directory>../target/reports/apidocs</directory>
2525
<outputDirectory>api</outputDirectory>
2626
</fileSet>
2727
</fileSets>

0 commit comments

Comments
 (0)