Unpack inner zips in zip with Maven

前端 未结 4 1213
广开言路
广开言路 2020-11-30 04:59

I can unpack zip file via the maven-dependency plugin, but currently I have the problem that inside that zip file other zip files are include and I need to unpack them as we

4条回答
  •  独厮守ぢ
    2020-11-30 05:08

    You can unzip any files using ant task runner plugin:

    
        org.apache.maven.plugins
        maven-antrun-plugin
        1.6
        
            
                prepare
                validate
                
                    
                        
                        
                        
                        
                          
                            
                          
                        
                    
                
                
                    run
                
            
        
    
    

提交回复
热议问题