Uses of Annotation Type
org.liquibase.maven.property.PropertyElement
Packages that use PropertyElement
-
Uses of PropertyElement in org.liquibase.maven.plugins
Fields in org.liquibase.maven.plugins with annotations of type PropertyElementModifier and TypeFieldDescriptionprotected StringLiquibaseChecksRunMojo.autoUpdateAllows automatic backup and updating of liquibase.checks.conf file when new policy checks are available.protected StringAbstractLiquibaseMojo.changeExecListenerClassSpecifies the fully qualified class name of the custom ChangeExecListenerprotected StringAbstractLiquibaseMojo.changeExecListenerPropertiesFileSpecifies the property file for controlling the custom ChangeExecListenerprotected StringAbstractLiquibaseMojo.changelogCatalogNameSpecifies the schema Liquibase will use to create your changelog tables.protected StringAbstractLiquibaseChangeLogMojo.changeLogDirectorySpecifies the directory where Liquibase can find your changelog file.protected StringAbstractLiquibaseChangeLogMojo.changeLogFileSpecifies the changelog file for Liquibase to use.protected StringLiquibaseChecksRunMojo.changeLogFileSpecifies the changelog file for Liquibase Policy Checks to use.protected StringAbstractLiquibaseMojo.changelogSchemaNameSpecifies the schema Liquibase will use to create your changelog table.protected StringLiquibaseDatabaseDiff.changeSetAuthorThe author to be specified for Changesets in the generated Change Log.protected StringLiquibaseGenerateChangeLogMojo.changeSetAuthorThe author to be specified for Changesets in the generated Change Log.protected StringLiquibaseRollbackOneChangeSetMojo.changeSetAuthorSpecifies the author of the changeSet you want to rollback.protected StringLiquibaseRollbackOneChangeSetSQL.changeSetAuthorSpecifies the author of the changeSet you want to rollback.protected StringLiquibaseGenerateChangeLogMojo.changeSetContextThe execution context to be used for Changesets in the generated Change Log, which can be "," separated if multiple contexts.protected StringLiquibaseRollbackOneChangeSetMojo.changeSetIdThe changeset ID to rollbackprotected StringLiquibaseRollbackOneChangeSetSQL.changeSetIdThe changeset ID to rollbackprotected StringLiquibaseRollbackOneChangeSetMojo.changeSetPathSpecifies the path to the changelog which contains the change-set you want to rollback.protected StringLiquibaseRollbackOneChangeSetSQL.changeSetPathSpecifies the path to the changelog which contains the change-set you want to rollback.protected intAbstractLiquibaseUpdateMojo.changesToApplyThe number of changes to apply to the database.protected StringLiquibaseChecksRunMojo.checkNameComma-separated list of one or more enabled checks to run.protected StringLiquibaseChecksRunMojo.checksScopeThe Liquibase component to run checks against, which can be a comma separated listprotected StringAbstractLiquibaseChecksMojo.checksSettingsFileSpecifies the checksSettingsFile file for Liquibase Policy Checks to use.protected booleanAbstractLiquibaseMojo.clearCheckSumsA flag that forces checksums to be cleared from the DATABASECHANGELOG table.protected StringAbstractLiquibaseChangeLogMojo.contextsSpecifies which contexts Liquibase will execute, which can be separated by a comma if multiple contexts are required.protected StringLiquibaseGenerateChangeLogMojo.contextsare required.protected BooleanAbstractLiquibaseMojo.databaseChangelogHistoryCaptureExtensionsIf true, extensions are captured in the history tableprotected BooleanAbstractLiquibaseMojo.databaseChangelogHistoryCaptureSqlIf true, executed SQL is captured in the history tableprotected BooleanAbstractLiquibaseMojo.databaseChangelogHistoryEnabledThis property enables Liquibase Pro users to store a record of all database changing liquibase operations in a new table DATABASECHANGELOGHISTORY.protected StringAbstractLiquibaseMojo.databaseChangeLogLockTableNameSpecifies the table name to use for the DATABASECHANGELOGLOCK table.protected StringAbstractLiquibaseMojo.databaseChangeLogTableNameSpecifies the table name to use for the DATABASECHANGELOG table.protected StringAbstractLiquibaseMojo.databaseClassSpecifies the database object class.protected StringLiquibaseGenerateChangeLogMojo.dataDirDirectory where insert statement csv files will be kept.protected BooleanAbstractLiquibaseMojo.dbclHistoryCaptureExtensionsIf true, extensions are captured in the history tableprotected BooleanAbstractLiquibaseMojo.dbclHistoryCaptureSqlIf true, executed SQL is captured in the history tableprotected BooleanAbstractLiquibaseMojo.dbclHistoryEnabledThis property enables Liquibase Pro users to store a record of all database changing liquibase operations in a new table DATABASECHANGELOGHISTORY.protected StringAbstractLiquibaseMojo.defaultCatalogNameSpecifies the default catalog name to use for the database connection.protected StringAbstractLiquibaseMojo.defaultSchemaNameSpecifies the default schema name to use for the database connection.protected StringLiquibaseRollbackOneUpdateMojo.deploymentIdSpecifies the update your want to rollback.protected StringLiquibaseRollbackOneUpdateSQL.deploymentIdSpecifies the Deployment ID in the DATABASECHANGELOG table for all changesets you want to rollback.protected StringLiquibaseDatabaseDiff.diffChangeLogFileIf this parameter is set, the changelog needed to "fix" differences between the two databases is output.protected StringLiquibaseDatabaseDiff.diffExcludeObjectsObjects to be excluded from the changelog.protected StringLiquibaseGenerateChangeLogMojo.diffExcludeObjectsObjects to be excluded from the changelog.protected booleanLiquibaseDatabaseDiff.diffIncludeCatalogInclude the catalog in the diff output?protected StringLiquibaseDatabaseDiff.diffIncludeObjectsObjects to be included in the changelog.protected StringLiquibaseGenerateChangeLogMojo.diffIncludeObjectsObjects to be included in the changelog.protected booleanLiquibaseDatabaseDiff.diffIncludeSchemaInclude the schema in the diff output?protected booleanLiquibaseDatabaseDiff.diffIncludeTablespaceInclude the tablespace in the diff output?protected StringLiquibaseDatabaseDiff.diffTypesList of diff types to include in Change Log expressed as a comma separated list from: tables, views, columns, indexes, foreignkeys, primarykeys, uniqueconstraints, data.protected StringLiquibaseGenerateChangeLogMojo.diffTypesList of diff types to include in Change Log expressed as a comma separated list from: tables, views, columns, indexes, foreignkeys, primarykeys, uniqueconstraints, data.protected StringAbstractLiquibaseMojo.driverSpecifies the driver class name to use for the database connection.protected StringLiquibaseChecksRunMojo.driverPropertiesFileThe JDBC driver properties fileprotected StringLiquibaseDbclHistoryMojo.driverPropertiesFileThe JDBC driver properties fileprotected BooleanLiquibaseDropAll.dropDbclhistoryIf true, the database changelog history table will be dropped.protected booleanLiquibaseUpdate.dropFirstWhether or not to perform a drop on the database before executing the change.protected StringAbstractLiquibaseChangeLogMojo.duplicateFileModeHow to handle multiple files being found in the search path that have duplicate paths.protected booleanAbstractLiquibaseMojo.emptyPasswordDeprecated.Use an empty or null value for the password instead.AbstractLiquibaseFlowMojo.flowCommandArgumentsArbitrary map of parameters that the underlying liquibase command will use.protected StringAbstractLiquibaseFlowMojo.flowFileSpecifies the flowFile to use.protected StringLiquibaseRollbackOneChangeSetMojo.forceA required flag which indicates you intend to run rollbackOneChangeSetprotected StringLiquibaseRollbackOneUpdateMojo.forceA required flag for rollbackOneUpdate.protected StringLiquibaseRollbackOneUpdateSQL.forceRequired flag for RollbackOneChangeSetprotected StringLiquibaseChecksRunMojo.formatSpecifies the format file for Liquibase Policy Checks to use.protected StringLiquibaseDatabaseDiff.formatThe format in which to display the diff output TXT or JSONprotected StringLiquibaseDbclHistoryMojo.formatSets the output method to JSON or JSON_PRETTYprotected booleanAbstractLiquibaseMojo.includeArtifactIncludes a Maven project artifact in the class loader which obtains the liquibase.properties and changelog files.protected BooleanLiquibaseGenerateChangeLogMojo.includeSchemaFlag to Indicate liquibase whether or not to include schema name on changelogprotected booleanAbstractLiquibaseMojo.includeTestOutputDirectoryIncludes the Maven test output directory in the class loader which obtains the liquibase.properties and changelog files.protected StringAbstractLiquibaseChangeLogMojo.labelFilterSpecifies 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 StringAbstractLiquibaseChangeLogMojo.labelsDeprecated.protected StringAbstractLiquibaseMojo.logFormatSets the format of log output to console or log files.protected StringAbstractLiquibaseMojo.loggingDeprecated.Logging managed by mavenprotected StringAbstractLiquibaseMojo.logLevelDetermines the minimum log level liquibase uses when logging.protected FileLiquibaseChangeLogSyncSQLMojo.migrationSqlOutputFileThe file to output the Migration SQL script to, if it exists it will be overwritten.protected FileLiquibaseChangeLogSyncToTagSQLMojo.migrationSqlOutputFileThe file to output the Migration SQL script to, if it exists it will be overwritten.protected FileLiquibaseRollbackSQL.migrationSqlOutputFileThe file to output the Rollback SQL script to, if it exists it will be overwritten.protected FileLiquibaseUpdateSQL.migrationSqlOutputFileThe file to output the Migration SQL script to, if it exists it will be overwritten.protected StringLiquibaseGenerateChangeLogMojo.outputChangeLogFileThe target change log file to output to.protected booleanAbstractLiquibaseMojo.outputDefaultCatalogSpecifies whether to ignore the catalog/database name.protected booleanAbstractLiquibaseMojo.outputDefaultSchemaSpecifies whether to ignore the schema name.protected FileAbstractLiquibaseFlowMojo.outputFileprotected FileLiquibaseChecksRunMojo.outputFileprotected StringLiquibaseDatabaseDiff.outputFileWrite the output of the diff to a fileprotected FileLiquibaseDbclHistoryMojo.outputFileprotected FileLiquibaseFutureRollbackSQL.outputFileThe file to output the Rollback SQL script to, if it exists it will be overwritten.protected StringLiquibaseRollbackOneChangeSetSQL.outputFileSpecifies the path to the generated SQL output file.protected StringLiquibaseRollbackOneUpdateSQL.outputFileSpecifies the path to the generated SQL output file.protected StringAbstractLiquibaseMojo.outputFileEncodingA flag which indicates you want to set the character encoding of the output file during the updateSQL phase.protected StringLiquibaseDatabaseDiff.outputSchemasOutput schemas names.protected booleanLiquibaseGenerateChangeLogMojo.overwriteOutputFileFlag to allow overwriting of output changelog fileprotected StringAbstractLiquibaseMojo.passwordSpecifies the database password for database connection.protected BooleanAbstractLiquibaseMojo.preserveSchemaCaseSpecifies whether to preserve the case of schemas and catalogsprotected booleanAbstractLiquibaseMojo.promptOnNonLocalDatabaseDeprecated.No longer promptsprotected StringAbstractLiquibaseMojo.propertyFileSpecifies the liquibase.properties you want to use to configure Liquibase.protected booleanAbstractLiquibaseMojo.propertyFileWillOverrideA flag which indicates you want the liquibase.properties file to override any settings provided in the Maven plugin configuration.protected StringAbstractLiquibaseMojo.propertyProviderClassSpecifies the property provider which must be a java.util.Properties implementation.protected StringAbstractLiquibaseMojo.psqlArgsSpecifies additional psql args.protected BooleanAbstractLiquibaseMojo.psqlKeepTempSpecifies whether to keep generated psql files.protected StringAbstractLiquibaseMojo.psqlKeepTempNameSpecifies the name of generated psql files.protected StringAbstractLiquibaseMojo.psqlKeepTempPathSpecifies where to keep generated psql files.protected StringAbstractLiquibaseMojo.psqlLogFileSpecifies where to output psql logs.protected StringAbstractLiquibaseMojo.psqlPathSpecifies your psql path.protected IntegerAbstractLiquibaseMojo.psqlTimeoutSpecifies psql timeout.protected StringLiquibaseDatabaseDiff.referenceDefaultCatalogNameThe reference database catalog.protected StringLiquibaseDatabaseDiff.referenceDefaultSchemaNameThe reference database schema.protected StringLiquibaseDatabaseDiff.referenceDriverThe fully qualified name of the driver class to use to connect to the reference database.protected StringLiquibaseDatabaseDiff.referencePasswordThe reference database password to use to connect to the specified database.protected StringLiquibaseDatabaseDiff.referenceSchemasSchemas names on reference database to use in diff.protected StringLiquibaseDatabaseDiff.referenceServerThe server id in settings.xml to use when authenticating with.protected StringLiquibaseDatabaseDiff.referenceUrlThe reference database URL to connect to for executing Liquibase.protected StringLiquibaseDatabaseDiff.referenceUsernameThe reference database username to use to connect to the specified database.protected StringLiquibaseDatabaseDiff.replaceIfExistsTypesSets replaceIfExists="true" for changes of the supported types, at the moment they are createView and createProcedure.protected StringLiquibaseGenerateChangeLogMojo.replaceIfExistsTypesSets replaceIfExists="true" for changes of the supported types, at the moment they are createView and createProcedure.protected booleanAbstractLiquibaseUpdateMojo.rollbackOnErrorIf 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 StringLiquibaseRollbackOneChangeSetMojo.rollbackScriptSpecifies the path to a rollback scriptprotected StringLiquibaseRollbackOneChangeSetSQL.rollbackScriptSpecifies the path to a rollback scriptprotected StringLiquibaseDatabaseDiff.runOnChangeTypesSets runOnChange="true" for changesets containing solely changes of these types (e.g. createView, createProcedure, ...).protected StringLiquibaseGenerateChangeLogMojo.runOnChangeTypesSets runOnChange="true" for changesets containing solely changes of these types (e.g. createView, createProcedure, ...).protected StringLiquibaseChecksRunMojo.schemasThe schemas to snapshotprotected StringLiquibaseDatabaseDiff.schemasSchemas on target database to use in diff.protected StringLiquibaseDropAll.schemasThe schemas to be dropped.protected StringLiquibaseGenerateChangeLogMojo.schemasSpecifies the a list of schemas to indicate liquibase where to apply change objects or where to read current state fromprotected StringAbstractLiquibaseMojo.searchPathSpecifies the locations where Liquibase can find your changelog files.protected booleanAbstractLiquibaseMojo.showBannerShow the liquibase banner in output.protected UpdateSummaryEnumAbstractLiquibaseUpdateMojo.showSummaryWhether or not to print a summary of the update operation.protected UpdateSummaryOutputEnumAbstractLiquibaseUpdateMojo.showSummaryOutputFlag to control where we show the summary.protected booleanAbstractLiquibaseMojo.skipSpecifies whether to skip running Liquibase.protected StringAbstractLiquibaseMojo.skipOnFileExistsSkip plugin execution if the specified file exists.protected StringAbstractLiquibaseMojo.sqlcmdArgsSpecifies additional sqlcmd args.protected StringAbstractLiquibaseMojo.sqlcmdCatalogNameSpecifies sqlcmd catalog name.protected BooleanAbstractLiquibaseMojo.sqlcmdKeepTempSpecifies whether to keep generated sqlcmd files.protected StringAbstractLiquibaseMojo.sqlcmdKeepTempNameSpecifies the name of generated sqlcmd files.protected BooleanAbstractLiquibaseMojo.sqlcmdKeepTempOverwriteSpecifies whether to overwrite generated sqlcmd files.protected StringAbstractLiquibaseMojo.sqlcmdKeepTempPathSpecifies where to keep generated sqlcmd files.protected StringAbstractLiquibaseMojo.sqlcmdLogFileSpecifies where to output sqlcmd logs.protected StringAbstractLiquibaseMojo.sqlcmdPathSpecifies your sqlcmd path.protected IntegerAbstractLiquibaseMojo.sqlcmdTimeoutSpecifies sqlcmd timeout.protected StringLiquibaseChecksRunMojo.sqlParserExceptionLogAtLevelprotected StringAbstractLiquibaseMojo.sqlPlusArgsSpecifies additional sqlplus args.protected BooleanAbstractLiquibaseMojo.sqlPlusKeepTempSpecifies whether to keep generated sqlplus files.protected StringAbstractLiquibaseMojo.sqlPlusKeepTempNameSpecifies the name of generated sqlplus files.protected BooleanAbstractLiquibaseMojo.sqlPlusKeepTempOverwriteSpecifies whether to overwrite generated sqlplus files.protected StringAbstractLiquibaseMojo.sqlPlusKeepTempPathSpecifies where to keep generated sqlplus files.protected StringAbstractLiquibaseMojo.sqlPlusLogFileSpecifies where to output sqlplus logs.protected StringAbstractLiquibaseMojo.sqlPlusPathSpecifies your sqlplus path.protected IntegerAbstractLiquibaseMojo.sqlPlusTimeoutSpecifies sqlplus timeout.protected BooleanAbstractLiquibaseMojo.suppressLiquibaseSqlWhen set to true, this global property prevents DBCL and DBCLH sql from being present in console and logs during *-sql commands, such as update-sql, rollback-sql, etc.protected PropertiesAbstractLiquibaseMojo.systemPropertiesSpecifies a list of system properties you want to pass to the database.protected StringLiquibaseChangeLogSyncSQLMojo.toTagUpdate to the changeSet with the given tag command.protected StringLiquibaseChangeLogSyncToTagMojo.toTagUpdate to the changeSet with the given tag command.protected StringLiquibaseChangeLogSyncToTagSQLMojo.toTagUpdate to the changeSet with the given tag command.protected StringAbstractLiquibaseMojo.urlSpecifies the database URL you want to use to execute Liquibase.protected booleanLiquibaseDatabaseDiff.useOrReplaceOptionFlag to allow adding 'OR REPLACE' option to the create view change object when generating changelog in SQL formatprotected booleanLiquibaseGenerateChangeLogMojo.useOrReplaceOptionFlag to allow adding 'OR REPLACE' option to the create view change object when generating changelog in SQL formatprotected StringAbstractLiquibaseMojo.usernameSpecifies the database username for database connection.protected booleanAbstractLiquibaseMojo.verboseControls the amount of output detail when you call the plugin.protected BooleanLiquibaseDbclHistoryMojo.verboseSet to 'true' to output all data from EXECUTEDSQL and EXTENSIONS columns