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 724
724
<target >
725
725
<zip
726
726
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 >
728
737
</zip >
729
738
</target >
730
739
</configuration >
771
780
</executions >
772
781
<configuration >
773
782
<sourceDirectory >${refdocs.build.directory} </sourceDirectory >
783
+ <sourceDocumentName >index.adoc</sourceDocumentName >
774
784
<attributes >
775
785
<version-type >${version-type} </version-type >
776
786
<version >${project.version} </version >
You can’t perform that action at this time.
0 commit comments