Liquibase

When executing liquibase with maven, it looks like sometimes it fails because it finds the liquibase configurations in 2 places: classes/ and the .jar of the corresponding maven module.

To avoid that problem, do mvn clean compile and then mvn liquibase:update