Maven打包忽略和包含文件


    
    
        
            src/main/doc
            
                *.sql
            
        
        
        
            src/main/resources
            
                **/*.properties
                **/*.conf
                **/*.xml
                **/*.ttf
            
            true
        
    

 

你可能感兴趣的:(java,干货分享)