Skip to:
Please find attached 4 classes that provide goals for the Maven plugin to do:
liquibase:statusliquibase:listLocksliquibase:releaseLocksliquibase:changelogSyncliquibase:changelogSyncSQL
The last goal uses the migrationSqlOutputFile property, defaulting to target/liquibase/migrate.sql.
The status goal defaults to verbose over System.out.
Filed to cover documentation.
I committed them, thanks!
Please find attached 4 classes that provide goals for the Maven plugin to do:
liquibase:status
liquibase:listLocks
liquibase:releaseLocks
liquibase:changelogSync
liquibase:changelogSyncSQL
The last goal uses the migrationSqlOutputFile property, defaulting to target/liquibase/migrate.sql.
The status goal defaults to verbose over System.out.