Full name:
org.liquibase:liquibase-maven-plugin:2.0.2:tag
Description:
Attributes:
test.| Name | Type | Since | Description |
|---|---|---|---|
| tag | String |
- |
(no description) |
| Name | Type | Since | Description |
|---|---|---|---|
| clearCheckSums | boolean |
- |
Flag for forcing the checksums to be cleared from teh
DatabaseChangeLog table. Default value is: false. |
| databaseClass | String |
- |
The class to use as the database object. |
| defaultSchemaName | String |
- |
The default schema name to use the for database connection. |
| driver | String |
- |
The fully qualified name of the driver class to use to connect to
the database. |
| emptyPassword | boolean |
- |
Deprecated. Use an empty or null value for the password instead. Default value is: false. |
| expressionVariables | Map |
- |
Array to put a expression variable to maven plugin. |
| expressionVars | Properties |
- |
Array to put a expression variable to maven plugin. |
| includeArtifact | boolean |
- |
Allows for the maven project artifact to be included in the class
loader for obtaining the Liquibase property and DatabaseChangeLog
files. Default value is: true. |
| includeTestOutputDirectory | boolean |
- |
Allows for the maven test output directory to be included in the
class loader for obtaining the Liquibase property and
DatabaseChangeLog files. Default value is: true. |
| logging | String |
- |
Controls the level of logging from Liquibase when executing. The
value can be "all", "finest", "finer", "fine", "info", "warning",
"severe" or "off". The value is case insensitive. Default value is: INFO. |
| password | String |
- |
The database password to use to connect to the specified database. |
| promptOnNonLocalDatabase | boolean |
- |
Controls the prompting of users as to whether or not they really
want to run the changes on a database that is not local to the
machine that the user is current executing the plugin on. Default value is: true. |
| propertyFile | String |
- |
The Liquibase properties file used to configure the Liquibase
Liquibase. |
| propertyFileWillOverride | boolean |
- |
Flag allowing for the Liquibase properties file to override any
settings provided in the Maven plugin configuration. By default if
a property is explicity specified it is not overridden if it also
appears in the properties file. Default value is: false. |
| server | String |
- |
The server id in settings.xml to use when authenticating with. |
| skip | boolean |
- |
Set this to 'true' to skip running liquibase. Its use is NOT
RECOMMENDED, but quite convenient on occasion. |
| systemProperties | Properties |
- |
List of system properties to pass to the database. |
| url | String |
- |
The Database URL to connect to for executing Liquibase. |
| username | String |
- |
The database username to use to connect to the specified database. |
| verbose | boolean |
- |
Controls the verbosity of the output from invoking the plugin. Default value is: false. |
booleanNo${liquibase.clearCheckSums}falsejava.lang.StringNo${liquibase.databaseClass}java.lang.StringNo${liquibase.defaultSchemaName}java.lang.StringNo${liquibase.driver}password
setting.booleanNo${liquibase.emptyPassword}falsejava.util.MapNojava.util.PropertiesNobooleanNo${liquibase.includeArtifact}truebooleanNo${liquibase.includeTestOutputDirectory}truejava.lang.StringNo${liquibase.logging}INFOjava.lang.StringNo${liquibase.password}booleanNo${liquibase.promptOnNonLocalDatabase}trueLiquibase.java.lang.StringNo${liquibase.propertyFile}booleanNo${liquibase.propertyFileWillOverride}falsejava.lang.StringNo${liquibase.server}skip:
booleanNo${liquibase.should.run}java.util.PropertiesNotag:
java.lang.StringYes${liquibase.tag}url:
java.lang.StringNo${liquibase.url}java.lang.StringNo${liquibase.username}booleanNo${liquibase.verbose}false