File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
spring-boot-project/spring-boot-actuator-autoconfigure Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 724724 <target >
725725 <zip
726726 destfile=" ${project.build.directory}/${project.artifactId}-${project.version}-docs.zip" >
727- <fileset dir =" ${project.build.directory}/generated-docs" />
727+ <zipfileset
728+ dir=" ${project.build.directory}/generated-docs/reference/html"
729+ prefix=" html" />
730+ <mappedresources >
731+ <fileset
732+ dir=" ${project.build.directory}/generated-docs/reference/pdf"
733+ includes=" index.pdf" />
734+ <globmapper from =" index.pdf"
735+ to=" pdf/spring-boot-actuator-web-api.pdf" />
736+ </mappedresources >
728737 </zip >
729738 </target >
730739 </configuration >
771780 </executions >
772781 <configuration >
773782 <sourceDirectory >${refdocs.build.directory} </sourceDirectory >
783+ <sourceDocumentName >index.adoc</sourceDocumentName >
774784 <attributes >
775785 <version-type >${version-type} </version-type >
776786 <version >${project.version} </version >
You can’t perform that action at this time.
0 commit comments