Class AbstractLiquibaseFlowMojo

    • Field Detail

      • flowFile

        @PropertyElement
        protected String flowFile
        Specifies the flowFile to use. If not specified, the default checks will be used and no file will be created.
      • flowCommandArguments

        @PropertyElement
        protected Map<String,​Object> flowCommandArguments
        Arbitrary map of parameters that the underlying liquibase command will use. These arguments will be passed verbatim to the underlying liquibase command that is being run.
    • Constructor Detail

      • AbstractLiquibaseFlowMojo

        public AbstractLiquibaseFlowMojo()
    • Method Detail

      • performLiquibaseTask

        protected void performLiquibaseTask​(liquibase.Liquibase liquibase)
                                     throws liquibase.exception.LiquibaseException
        Specified by:
        performLiquibaseTask in class AbstractLiquibaseMojo
        Throws:
        liquibase.exception.LiquibaseException
      • getCommandName

        public abstract String[] getCommandName()