Uses of Annotation Type
org.liquibase.maven.property.PropertyElement

Packages that use PropertyElement
Package
Description
 
  • Uses of PropertyElement in org.liquibase.maven.plugins

    Fields in org.liquibase.maven.plugins with annotations of type PropertyElement
    Modifier and Type
    Field
    Description
    protected String
    LiquibaseChecksRunMojo.autoUpdate
    Allows automatic backup and updating of liquibase.checks.conf file when new quality checks are available.
    protected String
    AbstractLiquibaseMojo.changeExecListenerClass
    Specifies the fully qualified class name of the custom ChangeExecListener
    protected String
    AbstractLiquibaseMojo.changeExecListenerPropertiesFile
    Specifies the property file for controlling the custom ChangeExecListener
    protected String
    AbstractLiquibaseMojo.changelogCatalogName
    Specifies the schema Liquibase will use to create your changelog tables.
    protected String
    AbstractLiquibaseChangeLogMojo.changeLogDirectory
    Specifies the directory where Liquibase can find your changelog file.
    protected String
    AbstractLiquibaseChangeLogMojo.changeLogFile
    Specifies the changelog file for Liquibase to use.
    protected String
    LiquibaseChecksRunMojo.changeLogFile
    Specifies the changelog file for Liquibase Quality Checks to use.
    protected String
    AbstractLiquibaseMojo.changelogSchemaName
    Specifies the schema Liquibase will use to create your changelog table.
    protected String
    LiquibaseDatabaseDiff.changeSetAuthor
    The author to be specified for Changesets in the generated Change Log.
    protected String
    LiquibaseGenerateChangeLogMojo.changeSetAuthor
    The author to be specified for Changesets in the generated Change Log.
    protected String
    LiquibaseRollbackOneChangeSetMojo.changeSetAuthor
    Specifies the author of the changeSet you want to rollback.
    protected String
    LiquibaseRollbackOneChangeSetSQL.changeSetAuthor
    Specifies the author of the changeSet you want to rollback.
    protected String
    LiquibaseGenerateChangeLogMojo.changeSetContext
    The execution context to be used for Changesets in the generated Change Log, which can be "," separated if multiple contexts.
    protected String
    LiquibaseRollbackOneChangeSetMojo.changeSetId
    The changeset ID to rollback
    protected String
    LiquibaseRollbackOneChangeSetSQL.changeSetId
    The changeset ID to rollback
    protected String
    LiquibaseRollbackOneChangeSetMojo.changeSetPath
    Specifies the path to the changelog which contains the change-set you want to rollback.
    protected String
    LiquibaseRollbackOneChangeSetSQL.changeSetPath
    Specifies the path to the changelog which contains the change-set you want to rollback.
    protected int
    AbstractLiquibaseUpdateMojo.changesToApply
    The number of changes to apply to the database.
    protected String
    LiquibaseChecksRunMojo.checkName
    Comma-separated list of one or more enabled checks to run.
    protected String
    LiquibaseChecksRunMojo.checksScope
    The Liquibase component to run checks against, which can be a comma separated list
    protected String
    AbstractLiquibaseChecksMojo.checksSettingsFile
    Specifies the checksSettingsFile file for Liquibase Quality Checks to use.
    protected boolean
    AbstractLiquibaseMojo.clearCheckSums
    A flag that forces checksums to be cleared from the DATABASECHANGELOG table.
    protected String
    AbstractLiquibaseChangeLogMojo.contexts
    Specifies which contexts Liquibase will execute, which can be separated by a comma if multiple contexts are required.
    protected String
    LiquibaseGenerateChangeLogMojo.contexts
    are required.
    protected Boolean
    If true, extensions are captured in the history table
    protected Boolean
    If true, executed SQL is captured in the history table
    protected Boolean
    AbstractLiquibaseMojo.databaseChangelogHistoryEnabled
    This property enables Liquibase Pro users to store a record of all database changing liquibase operations in a new table DATABASECHANGELOGHISTORY.
    protected String
    AbstractLiquibaseMojo.databaseChangeLogLockTableName
    Specifies the table name to use for the DATABASECHANGELOGLOCK table.
    protected String
    AbstractLiquibaseMojo.databaseChangeLogTableName
    Specifies the table name to use for the DATABASECHANGELOG table.
    protected String
    AbstractLiquibaseMojo.databaseClass
    Specifies the database object class.
    protected String
    LiquibaseGenerateChangeLogMojo.dataDir
    Directory where insert statement csv files will be kept.
    protected Boolean
    AbstractLiquibaseMojo.dbclHistoryCaptureExtensions
    If true, extensions are captured in the history table
    protected Boolean
    AbstractLiquibaseMojo.dbclHistoryCaptureSql
    If true, executed SQL is captured in the history table
    protected Boolean
    AbstractLiquibaseMojo.dbclHistoryEnabled
    This property enables Liquibase Pro users to store a record of all database changing liquibase operations in a new table DATABASECHANGELOGHISTORY.
    protected String
    AbstractLiquibaseMojo.defaultCatalogName
    Specifies the default catalog name to use for the database connection.
    protected String
    AbstractLiquibaseMojo.defaultSchemaName
    Specifies the default schema name to use for the database connection.
    protected String
    LiquibaseRollbackOneUpdateMojo.deploymentId
    Specifies the update your want to rollback.
    protected String
    LiquibaseRollbackOneUpdateSQL.deploymentId
    Specifies the Deployment ID in the DATABASECHANGELOG table for all changesets you want to rollback.
    protected String
    LiquibaseDatabaseDiff.diffChangeLogFile
    If this parameter is set, the changelog needed to "fix" differences between the two databases is output.
    protected String
    LiquibaseDatabaseDiff.diffExcludeObjects
    Objects to be excluded from the changelog.
    protected String
    LiquibaseGenerateChangeLogMojo.diffExcludeObjects
    Objects to be excluded from the changelog.
    protected boolean
    LiquibaseDatabaseDiff.diffIncludeCatalog
    Include the catalog in the diff output? If this is null then the catalog will not be included
    protected String
    LiquibaseDatabaseDiff.diffIncludeObjects
    Objects to be included in the changelog.
    protected String
    LiquibaseGenerateChangeLogMojo.diffIncludeObjects
    Objects to be included in the changelog.
    protected boolean
    LiquibaseDatabaseDiff.diffIncludeSchema
    Include the schema in the diff output? If this is null then the schema will not be included
    protected boolean
    LiquibaseDatabaseDiff.diffIncludeTablespace
    Include the tablespace in the diff output? If this is null then the tablespace will not be included
    protected String
    LiquibaseDatabaseDiff.diffTypes
    List of diff types to include in Change Log expressed as a comma separated list from: tables, views, columns, indexes, foreignkeys, primarykeys, uniqueconstraints, data.
    protected String
    LiquibaseGenerateChangeLogMojo.diffTypes
    List of diff types to include in Change Log expressed as a comma separated list from: tables, views, columns, indexes, foreignkeys, primarykeys, uniqueconstraints, data.
    protected String
    AbstractLiquibaseMojo.driver
    Specifies the driver class name to use for the database connection.
    protected String
    LiquibaseChecksRunMojo.driverPropertiesFile
    The JDBC driver properties file
    protected String
    LiquibaseDbclHistoryMojo.driverPropertiesFile
    The JDBC driver properties file
    protected Boolean
    LiquibaseDropAll.dropDbclhistory
    If true, the database changelog history table will be dropped.
    protected boolean
    LiquibaseUpdate.dropFirst
    Whether or not to perform a drop on the database before executing the change.
    protected String
    AbstractLiquibaseChangeLogMojo.duplicateFileMode
    How to handle multiple files being found in the search path that have duplicate paths.
    protected boolean
    AbstractLiquibaseMojo.emptyPassword
    Deprecated.
    Use an empty or null value for the password instead.
    protected Map<String,Object>
    AbstractLiquibaseFlowMojo.flowCommandArguments
    Arbitrary map of parameters that the underlying liquibase command will use.
    protected String
    AbstractLiquibaseFlowMojo.flowFile
    Specifies the flowFile to use.
    protected String
    LiquibaseRollbackOneChangeSetMojo.force
    A required flag which indicates you intend to run rollbackOneChangeSet
    protected String
    LiquibaseRollbackOneUpdateMojo.force
    A required flag for rollbackOneUpdate.
    protected String
    LiquibaseRollbackOneUpdateSQL.force
    Required flag for RollbackOneChangeSet
    protected String
    LiquibaseChecksRunMojo.format
    Specifies the format file for Liquibase Quality Checks to use.
    protected String
    LiquibaseDatabaseDiff.format
    The format in which to display the diff output TXT or JSON
    protected String
    LiquibaseDbclHistoryMojo.format
    Sets the output method to JSON or JSON_PRETTY
    protected boolean
    AbstractLiquibaseMojo.includeArtifact
    Includes a Maven project artifact in the class loader which obtains the liquibase.properties and changelog files.
    protected Boolean
    LiquibaseGenerateChangeLogMojo.includeSchema
    Flag to Indicate liquibase whether or not to include schema name on changelog
    protected boolean
    AbstractLiquibaseMojo.includeTestOutputDirectory
    Includes the Maven test output directory in the class loader which obtains the liquibase.properties and changelog files.
    protected String
    AbstractLiquibaseChangeLogMojo.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.
    protected String
    AbstractLiquibaseChangeLogMojo.labels
    Deprecated. 
    protected String
    AbstractLiquibaseMojo.logFormat
    Sets the format of log output to console or log files.
    protected String
    AbstractLiquibaseMojo.logging
    Deprecated.
    Logging managed by maven
    protected String
    AbstractLiquibaseMojo.logLevel
    Determines the minimum log level liquibase uses when logging.
    protected File
    LiquibaseChangeLogSyncSQLMojo.migrationSqlOutputFile
    The file to output the Migration SQL script to, if it exists it will be overwritten.
    protected File
    LiquibaseChangeLogSyncToTagSQLMojo.migrationSqlOutputFile
    The file to output the Migration SQL script to, if it exists it will be overwritten.
    protected File
    LiquibaseRollbackSQL.migrationSqlOutputFile
    The file to output the Rollback SQL script to, if it exists it will be overwritten.
    protected File
    LiquibaseUpdateSQL.migrationSqlOutputFile
    The file to output the Migration SQL script to, if it exists it will be overwritten.
    protected String
    LiquibaseGenerateChangeLogMojo.outputChangeLogFile
    The target change log file to output to.
    protected boolean
    AbstractLiquibaseMojo.outputDefaultCatalog
    Specifies whether to ignore the catalog/database name.
    protected boolean
    AbstractLiquibaseMojo.outputDefaultSchema
    Specifies whether to ignore the schema name.
    protected File
    AbstractLiquibaseFlowMojo.outputFile
     
    protected File
    LiquibaseChecksRunMojo.outputFile
     
    protected String
    LiquibaseDatabaseDiff.outputFile
    Write the output of the diff to a file
    protected File
    LiquibaseDbclHistoryMojo.outputFile
     
    protected File
    LiquibaseFutureRollbackSQL.outputFile
    The file to output the Rollback SQL script to, if it exists it will be overwritten.
    protected String
    LiquibaseRollbackOneChangeSetSQL.outputFile
    Specifies the path to the generated SQL output file.
    protected String
    LiquibaseRollbackOneUpdateSQL.outputFile
    Specifies the path to the generated SQL output file.
    protected String
    AbstractLiquibaseMojo.outputFileEncoding
    A flag which indicates you want to set the character encoding of the output file during the updateSQL phase.
    protected String
    LiquibaseDatabaseDiff.outputSchemas
    Output schemas names.
    protected boolean
    LiquibaseGenerateChangeLogMojo.overwriteOutputFile
    Flag to allow overwriting of output changelog file
    protected String
    AbstractLiquibaseMojo.password
    Specifies the database password for database connection.
    protected Boolean
    AbstractLiquibaseMojo.preserveSchemaCase
    Specifies whether to preserve the case of schemas and catalogs
    protected boolean
    AbstractLiquibaseMojo.promptOnNonLocalDatabase
    Deprecated.
    No longer prompts
    protected String
    AbstractLiquibaseMojo.propertyFile
    Specifies the liquibase.properties you want to use to configure Liquibase.
    protected boolean
    AbstractLiquibaseMojo.propertyFileWillOverride
    A flag which indicates you want the liquibase.properties file to override any settings provided in the Maven plugin configuration.
    protected String
    AbstractLiquibaseMojo.propertyProviderClass
    Specifies the property provider which must be a java.util.Properties implementation.
    protected String
    AbstractLiquibaseMojo.psqlArgs
    Specifies additional psql args.
    protected Boolean
    AbstractLiquibaseMojo.psqlKeepTemp
    Specifies whether to keep generated psql files.
    protected String
    AbstractLiquibaseMojo.psqlKeepTempName
    Specifies the name of generated psql files.
    protected String
    AbstractLiquibaseMojo.psqlKeepTempPath
    Specifies where to keep generated psql files.
    protected String
    AbstractLiquibaseMojo.psqlLogFile
    Specifies where to output psql logs.
    protected String
    AbstractLiquibaseMojo.psqlPath
    Specifies your psql path.
    protected Integer
    AbstractLiquibaseMojo.psqlTimeout
    Specifies psql timeout.
    protected String
    LiquibaseDatabaseDiff.referenceDefaultCatalogName
    The reference database catalog.
    protected String
    LiquibaseDatabaseDiff.referenceDefaultSchemaName
    The reference database schema.
    protected String
    LiquibaseDatabaseDiff.referenceDriver
    The fully qualified name of the driver class to use to connect to the reference database.
    protected String
    LiquibaseDatabaseDiff.referencePassword
    The reference database password to use to connect to the specified database.
    protected String
    LiquibaseDatabaseDiff.referenceSchemas
    Schemas names on reference database to use in diff.
    protected String
    LiquibaseDatabaseDiff.referenceServer
    The server id in settings.xml to use when authenticating with.
    protected String
    LiquibaseDatabaseDiff.referenceUrl
    The reference database URL to connect to for executing Liquibase.
    protected String
    LiquibaseDatabaseDiff.referenceUsername
    The reference database username to use to connect to the specified database.
    protected String
    LiquibaseDatabaseDiff.replaceIfExistsTypes
    Sets replaceIfExists="true" for changes of the supported types, at the moment they are createView and createProcedure.
    protected String
    LiquibaseGenerateChangeLogMojo.replaceIfExistsTypes
    Sets replaceIfExists="true" for changes of the supported types, at the moment they are createView and createProcedure.
    protected boolean
    AbstractLiquibaseUpdateMojo.rollbackOnError
    If set to true and any changeset in a deployment fails, then the update operation stops, and liquibase attempts to rollback all changesets just deployed.
    protected String
    LiquibaseRollbackOneChangeSetMojo.rollbackScript
    Specifies the path to a rollback script
    protected String
    LiquibaseRollbackOneChangeSetSQL.rollbackScript
    Specifies the path to a rollback script
    protected String
    LiquibaseDatabaseDiff.runOnChangeTypes
    Sets runOnChange="true" for changesets containing solely changes of these types (e.g.
    protected String
    LiquibaseGenerateChangeLogMojo.runOnChangeTypes
    Sets runOnChange="true" for changesets containing solely changes of these types (e.g.
    protected String
    LiquibaseChecksRunMojo.schemas
    The schemas to snapshot
    protected String
    LiquibaseDatabaseDiff.schemas
    Schemas on target database to use in diff.
    protected String
    LiquibaseDropAll.schemas
    The schemas to be dropped.
    protected String
    LiquibaseGenerateChangeLogMojo.schemas
    Specifies the a list of schemas to indicate liquibase where to apply change objects or where to read current state from
    protected String
    AbstractLiquibaseMojo.searchPath
    Specifies the locations where Liquibase can find your changelog files.
    protected boolean
    AbstractLiquibaseMojo.showBanner
    Show the liquibase banner in output.
    AbstractLiquibaseUpdateMojo.showSummary
    Whether or not to print a summary of the update operation.
    AbstractLiquibaseUpdateMojo.showSummaryOutput
    Flag to control where we show the summary.
    protected boolean
    AbstractLiquibaseMojo.skip
    Specifies whether to skip running Liquibase.
    protected String
    AbstractLiquibaseMojo.skipOnFileExists
    Skip plugin execution if the specified file exists.
    protected String
    AbstractLiquibaseMojo.sqlcmdArgs
    Specifies additional sqlcmd args.
    protected String
    AbstractLiquibaseMojo.sqlcmdCatalogName
    Specifies sqlcmd catalog name.
    protected Boolean
    AbstractLiquibaseMojo.sqlcmdKeepTemp
    Specifies whether to keep generated sqlcmd files.
    protected String
    AbstractLiquibaseMojo.sqlcmdKeepTempName
    Specifies the name of generated sqlcmd files.
    protected Boolean
    AbstractLiquibaseMojo.sqlcmdKeepTempOverwrite
    Specifies whether to overwrite generated sqlcmd files.
    protected String
    AbstractLiquibaseMojo.sqlcmdKeepTempPath
    Specifies where to keep generated sqlcmd files.
    protected String
    AbstractLiquibaseMojo.sqlcmdLogFile
    Specifies where to output sqlcmd logs.
    protected String
    AbstractLiquibaseMojo.sqlcmdPath
    Specifies your sqlcmd path.
    protected Integer
    AbstractLiquibaseMojo.sqlcmdTimeout
    Specifies sqlcmd timeout.
    protected String
    LiquibaseChecksRunMojo.sqlParserExceptionLogAtLevel
     
    protected String
    AbstractLiquibaseMojo.sqlPlusArgs
    Specifies additional sqlplus args.
    protected Boolean
    AbstractLiquibaseMojo.sqlPlusKeepTemp
    Specifies whether to keep generated sqlplus files.
    protected String
    AbstractLiquibaseMojo.sqlPlusKeepTempName
    Specifies the name of generated sqlplus files.
    protected Boolean
    AbstractLiquibaseMojo.sqlPlusKeepTempOverwrite
    Specifies whether to overwrite generated sqlplus files.
    protected String
    AbstractLiquibaseMojo.sqlPlusKeepTempPath
    Specifies where to keep generated sqlplus files.
    protected String
    AbstractLiquibaseMojo.sqlPlusLogFile
    Specifies where to output sqlplus logs.
    protected String
    AbstractLiquibaseMojo.sqlPlusPath
    Specifies your sqlplus path.
    protected Integer
    AbstractLiquibaseMojo.sqlPlusTimeout
    Specifies sqlplus timeout.
    protected Properties
    AbstractLiquibaseMojo.systemProperties
    Specifies a list of system properties you want to pass to the database.
    protected String
    LiquibaseChangeLogSyncSQLMojo.toTag
    Update to the changeSet with the given tag command.
    protected String
    LiquibaseChangeLogSyncToTagMojo.toTag
    Update to the changeSet with the given tag command.
    protected String
    LiquibaseChangeLogSyncToTagSQLMojo.toTag
    Update to the changeSet with the given tag command.
    protected String
    AbstractLiquibaseMojo.url
    Specifies the database URL you want to use to execute Liquibase.
    protected boolean
    LiquibaseDatabaseDiff.useOrReplaceOption
    Flag to allow adding 'OR REPLACE' option to the create view change object when generating changelog in SQL format
    protected boolean
    LiquibaseGenerateChangeLogMojo.useOrReplaceOption
    Flag to allow adding 'OR REPLACE' option to the create view change object when generating changelog in SQL format
    protected String
    AbstractLiquibaseMojo.username
    Specifies the database username for database connection.
    protected boolean
    AbstractLiquibaseMojo.verbose
    Controls the amount of output detail when you call the plugin.
    protected Boolean
    LiquibaseDbclHistoryMojo.verbose
    Set to 'true' to output all data from EXECUTEDSQL and EXTENSIONS columns