The development database is managed by liquibase. The production database is still empty. Based on the documentation I ran mvn liquibase:diff
to get the differences between the development and production databases. The command generates a database changelog in xml containing a list of changeset.
I guess the next step is to use that diff change log and apply it to the production database. But I can't find the correct maven command to run in the documentation.