LiquibaseUpdateSQL or Maven goal "updateSQL" instead.public class LiquibaseMigrateSQL extends AbstractLiquibaseUpdateMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
migrationSqlOutputFile
Deprecated.
The file to output the Migration SQL script to, if it exists it will be overwritten.
|
changesToApply, toTagchangeLogDirectory, changeLogFile, contexts, labelschangelogCatalogName, changelogSchemaName, clearCheckSums, databaseChangeLogLockTableName, databaseChangeLogTableName, databaseClass, defaultCatalogName, defaultSchemaName, driver, emptyPassword, includeArtifact, includeTestOutputDirectory, logging, outputDefaultCatalog, outputDefaultSchema, outputFileEncoding, password, project, promptOnNonLocalDatabase, propertyFile, propertyFileWillOverride, propertyProviderClass, skip, systemProperties, url, username, verbose, wagonManager| Constructor and Description |
|---|
LiquibaseMigrateSQL()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanup(Database db)
Deprecated.
|
void |
configureFieldsAndValues(ResourceAccessor fo)
Deprecated.
|
protected Liquibase |
createLiquibase(ResourceAccessor fo,
Database db)
Deprecated.
|
protected void |
doUpdate(Liquibase liquibase)
Deprecated.
Performs the actual "update" work on the database.
|
protected boolean |
isPromptOnNonLocalDatabase()
Deprecated.
|
protected void |
printSettings(String indent)
Deprecated.
Prints the settings that have been set of defaulted for the plugin.
|
performLiquibaseTaskcheckRequiredParametersAreSpecified, getFileOpenerexecute, getClassLoaderIncludingProjectClasspath, getLiquibase, getMavenArtifactClassLoader, getOutputWriter, parsePropertiesFileprotected File migrationSqlOutputFile
public void configureFieldsAndValues(ResourceAccessor fo) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
configureFieldsAndValues in class AbstractLiquibaseMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected boolean isPromptOnNonLocalDatabase()
isPromptOnNonLocalDatabase in class AbstractLiquibaseMojoprotected void doUpdate(Liquibase liquibase) throws LiquibaseException
AbstractLiquibaseUpdateMojodoUpdate in class AbstractLiquibaseUpdateMojoliquibase - The Liquibase object to use to perform the "update".LiquibaseExceptionprotected Liquibase createLiquibase(ResourceAccessor fo, Database db) throws org.apache.maven.plugin.MojoExecutionException
createLiquibase in class AbstractLiquibaseChangeLogMojoorg.apache.maven.plugin.MojoExecutionExceptionprotected void printSettings(String indent)
AbstractLiquibaseMojoprintSettings in class AbstractLiquibaseUpdateMojoindent - The indent string to use when printing the settings.protected void cleanup(Database db)
cleanup in class AbstractLiquibaseMojoCopyright © 2018 Liquibase.org. All rights reserved.