File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
spring-boot-project/spring-boot-actuator-autoconfigure Expand file tree Collapse file tree 1 file changed +3
-11
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
- <zipfileset
728
- dir=" ${project.build.directory}/generated-docs"
729
- includes=" index.html" prefix =" html" />
730
- <mappedresources >
731
- <fileset
732
- dir=" ${project.build.directory}/generated-docs"
733
- includes=" index.pdf" />
734
- <globmapper from =" index.pdf"
735
- to=" pdf/spring-boot-actuator-web-api.pdf" />
736
- </mappedresources >
727
+ <fileset dir =" ${project.build.directory}/generated-docs" />
737
728
</zip >
738
729
</target >
739
730
</configuration >
752
743
</goals >
753
744
<configuration >
754
745
<backend >html5</backend >
746
+ <outputDirectory >${project.build.directory} /generated-docs/reference/html</outputDirectory >
755
747
<sourceHighlighter >highlight.js</sourceHighlighter >
756
748
<doctype >book</doctype >
757
749
<attributes >
773
765
</goals >
774
766
<configuration >
775
767
<backend >pdf</backend >
768
+ <outputDirectory >${project.build.directory} /generated-docs/reference/pdf</outputDirectory >
776
769
</configuration >
777
770
</execution >
778
771
</executions >
779
772
<configuration >
780
773
<sourceDirectory >${refdocs.build.directory} </sourceDirectory >
781
- <outputDirectory >${project.build.directory} /generated-docs/reference/html</outputDirectory >
782
774
<attributes >
783
775
<version-type >${version-type} </version-type >
784
776
<version >${project.version} </version >
You can’t perform that action at this time.
0 commit comments