Fixes htmlsingleadoc by copying the index file; gh-221

This commit is contained in:
Marcin Grzejszczak
2023-05-04 16:44:58 +02:00
parent c34d045a87
commit 04b16bd386

View File

@@ -1394,6 +1394,9 @@
</goals>
<configuration>
<target>
<copy tofile="${project.build.directory}/generated-docs/reference/htmlsingle/index.html">
<fileset dir="${project.build.directory}/generated-docs/reference/htmlsingle" includes="${docs.main}.html" />
</copy>
<zip
destfile="${project.build.directory}/${project.artifactId}-${revision}.zip">
<!--<zipfileset