My project is very huge and there are more than hundrends of wars and jars after maven build. But only a few of them are modified to update. I need a way to update those new wars and jars while leave others as old.
At first i wanted to use MD5 to tell them out. but I found that even two jars ( or wars ) compressed some same files, the MD5 value of them are different. So is there any other method to judge which jars and wars should i upload to server to update? Or how can i treat two jars as one if the files in them are identical?