Class LiquibaseSnapshotMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class LiquibaseSnapshotMojo extends AbstractLiquibaseChangeLogMojo

The snapshot command captures the current state of the url database, which is the target database.

  • Field Details

    • snapshotFormat

      protected String snapshotFormat
      Creates a TXT, JSON or YAML file that represents the current state of the database.
    • outputFile

      protected File outputFile
      Specifies the file path to where the snapshot JSON or YAML will be written.
  • Constructor Details

    • LiquibaseSnapshotMojo

      public LiquibaseSnapshotMojo()
  • Method Details