4.0.0
    com.example
    spring-rest-docs
    0.0.1-SNAPSHOT
    jar
    spring-rest-docs
    Demo project for Spring Boot
    
        parent-boot-4
        com.baeldung
        0.0.1-SNAPSHOT
        ../parent-boot-4
    
    
        ${project.build.directory}/generated-snippets
        1.1.2.RELEASE
        2.2.0
        1.5.3
    
    
        
            org.springframework.boot
            spring-boot-starter-hateoas
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.restdocs
            spring-restdocs-mockmvc
            test
        
        
            com.jayway.jsonpath
            json-path
        
    
    
        
            
                org.asciidoctor
                asciidoctor-maven-plugin
                ${asciidoctor-plugin.version}
                
                    
                        generate-docs
                        package
                        
                            process-asciidoc
                        
                        
                            html
                            book
                            
                                ${snippetsDirectory}
                            
                            src/docs/asciidocs
                            target/generated-docs
                        
                    
                
            
        
    
    
        
            integration
            
                
                    
                        org.apache.maven.plugins
                        maven-surefire-plugin
                        
                            
                                integration-test
                                
                                    test
                                
                                
                                    
                                        **/*LiveTest.java
                                    
                                    
                                        **/*IntegrationTest.java
                                    
                                
                            
                        
                        
                            
                                json