4.0.0
    
        top.continew
        continew-admin
        ${revision}
    
    continew-webapi
    API 及打包部署模块
    
        
        
        top.continew.admin.ContiNewAdminApplication
        
        bin/
        
        config/
        
        lib/
    
    
        
        
            top.continew
            continew-starter-log-interceptor
        
        
        
            top.continew
            continew-module-system
        
        
        
            top.continew
            continew-plugin-schedule
            ${revision}
        
        
        
            top.continew
            continew-plugin-open
        
        
        
            top.continew
            continew-plugin-generator
        
        
        
            org.liquibase
            liquibase-core
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
    
    
        
        ${project.parent.name}
        
            
            
                org.apache.maven.plugins
                maven-jar-plugin
                
                    
                    
                        ${config-path}
                        db/
                        templates/
                        logback-spring.xml
                    
                    
                        
                            ${main-class}
                            
                            ../${lib-path}
                            true
                            
                            false
                        
                        
                            
                            ../${config-path}
                        
                    
                    ${project.build.directory}/app/${bin-path}
                
            
            
            
                org.apache.maven.plugins
                maven-dependency-plugin
                
                    
                        copy-dependencies
                        package
                        
                            copy-dependencies
                        
                        
                            ${project.build.directory}/app/${lib-path}
                        
                    
                
            
            
            
                org.apache.maven.plugins
                maven-resources-plugin
                
                    
                        copy-resources
                        package
                        
                            copy-resources
                        
                        
                            
                                
                                    src/main/resources/${config-path}
                                
                                
                                    src/main/resources
                                    
                                        db/
                                        templates/
                                        logback-spring.xml
                                    
                                
                            
                            ${project.build.directory}/app/${config-path}