Rename a generated file in Maven before building WAR

前端 未结 2 637
暗喜
暗喜 2021-01-14 08:49

Fingers crossed you can help me!

I am using SmartSprites to combine the PNGs on my landing page into one, so that it will load quicker.

SmartSprite will exam

2条回答
  •  别那么骄傲
    2021-01-14 09:33

    I'm afraid you won't find anything simpler or more elegant than Maven AntRun Plugin with something like this:

    
      
        
          maven-antrun-plugin
          1.7
          
            
              prepare-package
              
                
                  
                
              
              
                run
              
            
          
        
      
    
    

提交回复
热议问题