Merge branch '3.1.x'

This commit is contained in:
Marcin Grzejszczak
2023-05-04 17:12:43 +02:00

18
pom.xml
View File

@@ -1359,6 +1359,21 @@
</target>
</configuration>
</execution>
<execution>
<id>copy-missing-html-files</id>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<failOnError>false</failOnError>
<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>
</target>
</configuration>
</execution>
<execution>
<id>package-and-attach-docs-zip</id>
<phase>package</phase>
@@ -1367,9 +1382,6 @@
</goals>
<configuration>
<target>
<copy tofile="${project.build.directory}/generated-docs/reference/htmlsingle/index.html" failonerror="false">
<fileset dir="${project.build.directory}/generated-docs/reference/htmlsingle" includes="${docs.main}.html" />
</copy>
<zip
destfile="${project.build.directory}/${project.artifactId}-${revision}.zip">
<!--<zipfileset