Class LiquibaseRollbackOneChangeSetSQL

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

public class LiquibaseRollbackOneChangeSetSQL extends AbstractLiquibaseChangeLogMojo
Displays the SQL which will be executed when the corresponding rollbackOneChangeSet command is executed. This command does not perform the actual rollback. A Liquibase Pro license key is required.
  • Field Details

    • changeSetId

      @PropertyElement protected String changeSetId
      The changeset ID to rollback
    • changeSetAuthor

      @PropertyElement protected String changeSetAuthor
      Specifies the author of the changeSet you want to rollback.
    • changeSetPath

      @PropertyElement protected String changeSetPath
      Specifies the path to the changelog which contains the change-set you want to rollback.
    • rollbackScript

      @PropertyElement protected String rollbackScript
      Specifies the path to a rollback script
    • outputFile

      @PropertyElement protected String outputFile
      Specifies the path to the generated SQL output file.
  • Constructor Details

    • LiquibaseRollbackOneChangeSetSQL

      public LiquibaseRollbackOneChangeSetSQL()
  • Method Details