Class AbstractLiquibaseChangeLogMojo

    • Field Detail

      • changeLogDirectory

        @PropertyElement
        protected String changeLogDirectory
        Specifies the directory where Liquibase can find your changelog file. This is an aliases for searchPath
      • changeLogFile

        @PropertyElement
        protected String changeLogFile
        Specifies the changelog file for Liquibase to use.
      • contexts

        @PropertyElement
        protected String contexts
        Specifies which contexts Liquibase will execute, which can be separated by a comma if multiple contexts are required. If a context is not specified, then ALL contexts will be executed.
      • labelFilter

        @PropertyElement
        protected String labelFilter
        Specifies which Liquibase labels Liquibase will execute, which can be separated by a comma if multiple labels are required or you need to designate a more complex expression. If a label is not specified, then ALL labels will be executed.
      • duplicateFileMode

        @PropertyElement
        protected String duplicateFileMode
        How to handle multiple files being found in the search path that have duplicate paths. Options are WARN (log warning and choose one at random) or ERROR (fail current operation)
    • Constructor Detail

      • AbstractLiquibaseChangeLogMojo

        public AbstractLiquibaseChangeLogMojo()