potential feature - ignore checksum

Hi,


Here is what I’m doing in my project when I don’t care about checksum :


  1. java -jar liquibase.jar clearCheckSums
  1. java -jar liquibase.jar update

Maven plugin also gives those two goals.



Il will first erase all checksums then replace them with the actual ones.



Edit : 

After looking insde the API, it seems there already is a parameter  available for the maven goal update.

I haven’t use it but it should do what you want.