4.0.0
    spring-boot-ci-cd
    0.0.1-SNAPSHOT
    spring-boot-ci-cd
    jar
    
        com.baeldung.spring-boot-modules
        spring-boot-modules
        1.0.0-SNAPSHOT
    
    
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-actuator
        
    
    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
            
            
                org.jacoco
                jacoco-maven-plugin
                ${jacoco-maven-plugin.version}
                
                    
                        default-prepare-agent
                        
                            prepare-agent
                        
                    
                    
                        report
                        test
                        
                            report
                        
                    
                
            
        
    
    
        
            deploy-heroku
            
                true
            
            
                
                    
                        com.heroku.sdk
                        heroku-maven-plugin
                        ${heroku-maven-plugin.version}
                        
                            spring-boot-ci-cd
                            
                                java $JAVA_OPTS -jar -Dserver.port=$PORT
                                    target/${project.build.finalName}.jar
                                
                            
                        
                    
                
            
        
        
            deploy-docker
            
                true
            
            
                
                    
                        com.google.cloud.tools
                        jib-maven-plugin
                        ${jib-maven-plugin.version}
                        
                            
                                registry.hub.docker.com/baeldungjib/baeldung-ci-cd-process
                                
                                    ${project.version}
                                    latest
                                
                            
                        
                    
                
            
        
    
    
        0.8.5
        3.0.2
        2.2.0