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 724724									<target >
725725										<zip 
726726											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" 
737728										</zip >
738729									</target >
739730								</configuration >
752743								</goals >
753744								<configuration >
754745									<backend >html5</backend >
746+ 									<outputDirectory >${project.build.directory} /generated-docs/reference/html</outputDirectory >
755747									<sourceHighlighter >highlight.js</sourceHighlighter >
756748									<doctype >book</doctype >
757749									<attributes >
773765								</goals >
774766								<configuration >
775767									<backend >pdf</backend >
768+ 									<outputDirectory >${project.build.directory} /generated-docs/reference/pdf</outputDirectory >
776769								</configuration >
777770							</execution >
778771						</executions >
779772						<configuration >
780773							<sourceDirectory >${refdocs.build.directory} </sourceDirectory >
781- 							<outputDirectory >${project.build.directory} /generated-docs/reference/html</outputDirectory >
782774							<attributes >
783775								<version-type >${version-type} </version-type >
784776								<version >${project.version} </version >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments