Class LiquibaseUpdate

All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class LiquibaseUpdate extends AbstractLiquibaseUpdateMojo

Applies the DatabaseChangeLogs to the database. Useful as part of the build process.

  • Field Details

    • dropFirst

      @PropertyElement protected boolean dropFirst
      Whether or not to perform a drop on the database before executing the change.
  • Constructor Details

    • LiquibaseUpdate

      public LiquibaseUpdate()
  • Method Details