public class LiquibaseTag extends AbstractLiquibaseMojo
Writes a Liquibase tag to the database.
changelogCatalogName, changelogSchemaName, clearCheckSums, commandName, databaseChangeLogLockTableName, databaseChangeLogTableName, databaseClass, defaultCatalogName, defaultSchemaName, driver, emptyPassword, includeArtifact, includeTestOutputDirectory, liquibaseProLicenseKey, logging, outputDefaultCatalog, outputDefaultSchema, outputFileEncoding, password, project, promptOnNonLocalDatabase, propertyFile, propertyFileWillOverride, propertyProviderClass, skip, systemProperties, url, username, verbose, wagonManager| Constructor and Description |
|---|
LiquibaseTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkRequiredParametersAreSpecified()
Performs some validation after the properties file has been loaded checking that all
properties required have been specified.
|
protected void |
performLiquibaseTask(Liquibase liquibase) |
protected void |
printSettings(String indent)
Prints the settings that have been set of defaulted for the plugin.
|
cleanup, configureChangeLogProperties, configureFieldsAndValues, createLiquibase, execute, getClassLoaderIncludingProjectClasspath, getField, getLiquibase, getMavenArtifactClassLoader, getOutputWriter, getResourceAccessor, hasProLicense, isPromptOnNonLocalDatabase, parsePropertiesFile, setupBindInfoPackageprotected void checkRequiredParametersAreSpecified()
throws org.apache.maven.plugin.MojoFailureException
AbstractLiquibaseMojocheckRequiredParametersAreSpecified in class AbstractLiquibaseMojoorg.apache.maven.plugin.MojoFailureException - If any property that is required has not been
specified.protected void printSettings(String indent)
AbstractLiquibaseMojoprintSettings in class AbstractLiquibaseMojoindent - The indent string to use when printing the settings.protected void performLiquibaseTask(Liquibase liquibase) throws LiquibaseException
performLiquibaseTask in class AbstractLiquibaseMojoLiquibaseExceptionCopyright © 2021 Liquibase.org. All rights reserved.