jar file gets corrupted while building with maven

前端 未结 5 1100
粉色の甜心
粉色の甜心 2020-12-15 16:07

while building a war file i am copying a set of jars from a location to a folder inside the war. While the files do get copied , however i think they get corrupted because t

5条回答
  •  有刺的猬
    2020-12-15 16:47

    I had a similar error when I've added

    
    
    
        
             
        
    
    
    

    to my copy task in ANT. It corrupted the jar files when copying them. I've solved this by applying the filter ONLY on the targeted text files and not on jar files.

提交回复
热议问题