We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1913e1e commit dd321f1Copy full SHA for dd321f1
spring-cloud-task-docs/pom.xml
@@ -165,7 +165,10 @@
165
<configuration>
166
<target>
167
<zip destfile="${project.build.directory}/${project.artifactId}-${project.version}.zip">
168
- <zipfileset dir="${project.build.directory}/generated-docs" prefix="reference" />
+ <zipfileset dir="${project.build.directory}/generated-docs" prefix="reference/html">
169
+ <exclude name="index.pdf"/>
170
+ </zipfileset>
171
+ <zipfileset dir="${project.build.directory}/generated-docs/" includes="index.pdf" prefix="reference/pdf"/>
172
<zipfileset dir="../target/site/apidocs" prefix="apidocs" />
173
</zip>
174
</target>
0 commit comments