C D E G H I L M O P R S T U V W 

C

changeLogFile - Variable in class org.kualigan.maven.plugins.liquibase.CopyMojo
Deprecated. 
changeLogFile - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
Deprecated. 
changeLogFile - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
Deprecated. 
changeLogSavePath - Variable in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
changeLogSavePath - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
 
changeLogSavePath - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
changeLogTagUrl - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
clearCheckSums - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
Flag for forcing the checksums to be cleared from teh DatabaseChangeLog table.
clearCheckSums - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
Flag for forcing the checksums to be cleared from teh DatabaseChangeLog table.
clearCheckSums - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
Flag for forcing the checksums to be cleared from teh DatabaseChangeLog table.
clientManager() - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
contexts - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
The Liquibase contexts to execute, which can be "," separated if multiple contexts are required.
CopyMojo - Class in org.kualigan.maven.plugins.liquibase
Copies a database including DDL/DML from one location to another.
CopyMojo() - Constructor for class org.kualigan.maven.plugins.liquibase.CopyMojo
 
createSourceDatabase() - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
createTargetDatabase() - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 

D

databaseClass - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
The class to use as the database object.
databaseClass - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
The class to use as the database object.
databaseClass - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
The class to use as the database object.
DEFAULT_CHANGELOG_PATH - Static variable in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
DEFAULT_CHANGELOG_PATH - Static variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
 
DEFAULT_CHANGELOG_PATH - Static variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
DEFAULT_CHANGELOG_PATH - Static variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
 
DEFAULT_LBPROP_PATH - Static variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
 
DEFAULT_UPDATE_FILE - Static variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
 
DEFAULT_UPDATE_PATH - Static variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
 
DefaultMigrateHelper - Class in org.kualigan.maven.plugins.liquibase
Helper class for migrating information from one database to another
DefaultMigrateHelper() - Constructor for class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
defaultSchemaName - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
The default schema name to use the for database connection.
defaultSchemaName - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
The default schema name to use the for database connection.
defaultSchemaName - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
The default schema name to use the for database connection.
doCopy() - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
doFieldHack() - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
doFieldHack() - Method in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
 
doFieldHack() - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
doFieldHack() - Method in class org.kualigan.maven.plugins.liquibase.RollbackMojo
 
doUpdate(Liquibase) - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
driver - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
The fully qualified name of the driver class to use to connect to the database.
driver - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
The fully qualified name of the driver class to use to connect to the database.
driver - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
The fully qualified name of the driver class to use to connect to the database.
dropAll(Liquibase) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
Drops the database.
dropAll(Liquibase) - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
Drops the database.
dropFirst - Variable in class org.kualigan.maven.plugins.liquibase.CopyMojo
Whether or not to perform a drop on the database before executing the change.
dropFirst - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
Whether or not to perform a drop on the database before executing the change.

E

emptyPassword - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
Deprecated.
Use an empty or null value for the password instead.
emptyPassword - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
Deprecated.
Use an empty or null value for the password instead.
execute() - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
execute() - Method in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
 
execute() - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
execute() - Method in class org.kualigan.maven.plugins.liquibase.RollbackMojo
 
export(Diff, Database, String, String) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
exportConstraints(Diff, Database) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
exportIndexes(Diff, Database) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
exportSchema(Database, Database) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
exportSequences(Diff, Database) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
exportTables(Diff, Database) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
exportViews(Diff, Database) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 

G

generateArchetype(File, Properties) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
Invokes the maven goal archetype:generate with the appropriate properties.
generateUpdateLog(File, Collection<File>) - Method in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
 
generateUpdateLog(File, Collection<File>) - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
getBasedir() - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
getBasedir() - Method in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
 
getBasedir() - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
getBasedir() - Method in class org.kualigan.maven.plugins.liquibase.RollbackMojo
 
getChangeLogFile() - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
getChangeLogTagUrl() - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
getColumnMap(String) - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
getCurrentRevision() - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
getDeclaredField(Class, String) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
Recursively searches for the field specified by the fieldName in the class and all the super classes until it either finds it, or runs out of parents.
getDeclaredField(Class, String) - Method in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
Recursively searches for the field specified by the fieldName in the class and all the super classes until it either finds it, or runs out of parents.
getDeclaredField(Class, String) - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
Recursively searches for the field specified by the fieldName in the class and all the super classes until it either finds it, or runs out of parents.
getDeclaredField(Class, String) - Method in class org.kualigan.maven.plugins.liquibase.RollbackMojo
Recursively searches for the field specified by the fieldName in the class and all the super classes until it either finds it, or runs out of parents.
getFileOpener(ClassLoader) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
getLiquibasePropertiesFiles() - Method in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
 
getLocalRevision() - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
getLocalTagPath(SVNURL) - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
getLog() - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
getMavenArtifactClassloader() - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
getMavenHome() - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
getProjectSvnUrlFrom(File) - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
getSource() - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
getSource() - Method in interface org.kualigan.maven.plugins.liquibase.MigrateHelper
 
getStatementBuffer(String, Map<String, Integer>) - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
getTableData(DefaultMigrateHelper.Incrementor) - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
Get a list of table names available mapped to row counts
getTableRecordCount(JdbcConnection, String) - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
getTagRevision(String) - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
getTagUrls() - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
getTarget() - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
getTarget() - Method in interface org.kualigan.maven.plugins.liquibase.MigrateHelper
 
getWCClient() - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 

H

handleLob(PreparedStatement, Object, int) - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 

I

includeArtifact - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
Allows for the maven project artifact to be included in the class loader for obtaining the Liquibase property and DatabaseChangeLog files.
includeArtifact - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
Allows for the maven project artifact to be included in the class loader for obtaining the Liquibase property and DatabaseChangeLog files.
includeArtifact - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
Allows for the maven project artifact to be included in the class loader for obtaining the Liquibase property and DatabaseChangeLog files.
includeNode(Document, File) - Method in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
 
includeNode(Document, File) - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
includeTestOutputDirectory - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
Allows for the maven test output directory to be included in the class loader for obtaining the Liquibase property and DatabaseChangeLog files.
includeTestOutputDirectory - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
Allows for the maven test output directory to be included in the class loader for obtaining the Liquibase property and DatabaseChangeLog files.
includeTestOutputDirectory - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
Allows for the maven test output directory to be included in the class loader for obtaining the Liquibase property and DatabaseChangeLog files.
interactiveMode - Variable in class org.kualigan.maven.plugins.liquibase.CopyMojo
User settings use to check the interactiveMode.
invokeCopy(File, Properties) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
Invokes the maven goal archetype:generate with the appropriate properties.
isSequence(DatabaseMetaData, String) - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
isStateSaved() - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
isUpdateRequired() - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
isValidTable(DatabaseMetaData, String) - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 

L

LiquibaseTestMojo - Class in org.kualigan.maven.plugins.liquibase
Tests Liquibase changelogs against various databases
LiquibaseTestMojo() - Constructor for class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
 
logging - Variable in class org.kualigan.maven.plugins.liquibase.CopyMojo
Controls the level of logging from Liquibase when executing.
logging - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
Controls the level of logging from Liquibase when executing.
logging - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
Controls the level of logging from Liquibase when executing.
logging - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
Controls the level of logging from Liquibase when executing.
lookupDriverFor(String) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 

M

mavenHome - Variable in class org.kualigan.maven.plugins.liquibase.CopyMojo
The M2_HOME parameter to use for forked Maven invocations.
migrate(Database, Database, Log, Boolean) - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
migrate() - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
migrate(String, DefaultMigrateHelper.ProgressObservable) - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
migrate(Database, Database, Log, Boolean) - Method in interface org.kualigan.maven.plugins.liquibase.MigrateHelper
 
MigrateHelper - Interface in org.kualigan.maven.plugins.liquibase
Interface for exposing methods to handle migration
MigrateMojo - Class in org.kualigan.maven.plugins.liquibase
Migrate Liquibase changelogs
MigrateMojo() - Constructor for class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
migrator - Variable in class org.kualigan.maven.plugins.liquibase.CopyMojo
The Maven Wagon manager to use when obtaining server authentication details.

O

openConnection(String, String, String, String, String) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
org.kualigan.maven.plugins.liquibase - package org.kualigan.maven.plugins.liquibase
 

P

parsePropertiesFile(InputStream) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
Parses a properties file and sets the assocaited fields in the plugin.
parsePropertiesFile(InputStream) - Method in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
Parses a properties file and sets the assocaited fields in the plugin.
parsePropertiesFile(InputStream) - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
Parses a properties file and sets the assocaited fields in the plugin.
parsePropertiesFile(InputStream) - Method in class org.kualigan.maven.plugins.liquibase.RollbackMojo
Parses a properties file and sets the assocaited fields in the plugin.
password - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
The database password to use to connect to the specified database.
password - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
The database password to use to connect to the specified database.
password - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
The database password to use to connect to the specified database.
performLiquibaseTask(Liquibase) - Method in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
 
performLiquibaseTask(Liquibase) - Method in class org.kualigan.maven.plugins.liquibase.RollbackMojo
 
prepareStatement(JdbcConnection, String, Map<String, Integer>) - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
printSettings(String) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
printSettings(String) - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
printSettings(String) - Method in class org.kualigan.maven.plugins.liquibase.RollbackMojo
 
project - Variable in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
project - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
The Maven project that plugin is running under.
promptOnNonLocalDatabase - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
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.
promptOnNonLocalDatabase - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
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.
promptOnNonLocalDatabase - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
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.
propertyFile - Variable in class org.kualigan.maven.plugins.liquibase.CopyMojo
The Liquibase properties file used to configure the Liquibase Liquibase.
propertyFile - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
The Liquibase properties file used to configure the Liquibase Liquibase.
propertyFile - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
The Liquibase properties file used to configure the Liquibase Liquibase.
propertyFile - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
The Liquibase properties file used to configure the Liquibase Liquibase.
propertyFileWillOverride - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
Flag allowing for the Liquibase properties file to override any settings provided in the Maven plugin configuration.
propertyFileWillOverride - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
Flag allowing for the Liquibase properties file to override any settings provided in the Maven plugin configuration.
propertyFileWillOverride - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
Flag allowing for the Liquibase properties file to override any settings provided in the Maven plugin configuration.

R

ROLE - Static variable in interface org.kualigan.maven.plugins.liquibase.MigrateHelper
 
ROLE_HINT - Static variable in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
RollbackMojo - Class in org.kualigan.maven.plugins.liquibase
Undo for a migration of Liquibase changelogs.
RollbackMojo() - Constructor for class org.kualigan.maven.plugins.liquibase.RollbackMojo
 
rollbackTag - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
The tag to roll the database back to.

S

scanForChangelogs(File) - Method in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
 
scanForChangelogs(File) - Method in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
setLog(Log) - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
setMavenHome(File) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
setSource(Database) - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
setSource(Database) - Method in interface org.kualigan.maven.plugins.liquibase.MigrateHelper
 
setTarget(Database) - Method in class org.kualigan.maven.plugins.liquibase.DefaultMigrateHelper
 
setTarget(Database) - Method in interface org.kualigan.maven.plugins.liquibase.MigrateHelper
 
setupRequest(InvocationRequest, String) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
stateSaved - Variable in class org.kualigan.maven.plugins.liquibase.CopyMojo
Property to flag whether to copy data as well as structure of the database schema
svnPassword - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
svnServer - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
The server id in settings.xml to use when authenticating with.
svnUsername - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
 
systemProperties - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
List of system properties to pass to the database.
systemProperties - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
List of system properties to pass to the database.
systemProperties - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
List of system properties to pass to the database.

T

TEST_ROLLBACK_TAG - Static variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
 

U

updateConstraints(Database, ClassLoader) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
updateIndexes(Database, ClassLoader) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
updatePath - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
Location of an update.xml
updatePath - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
Location of an update.xml
updateSchema(Database) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
updateSequences(Database, ClassLoader) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
updateTables(Database, ClassLoader) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
updateViews(Database, ClassLoader) - Method in class org.kualigan.maven.plugins.liquibase.CopyMojo
 
url - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
The Database URL to connect to for executing Liquibase.
url - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
The Database URL to connect to for executing Liquibase.
url - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
The Database URL to connect to for executing Liquibase.
username - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
The database username to use to connect to the specified database.
username - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
The database username to use to connect to the specified database.
username - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
The database username to use to connect to the specified database.

V

verbose - Variable in class org.kualigan.maven.plugins.liquibase.CopyMojo
Controls the verbosity of the output from invoking the plugin.
verbose - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
Controls the verbosity of the output from invoking the plugin.
verbose - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
Controls the verbosity of the output from invoking the plugin.
verbose - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
Controls the verbosity of the output from invoking the plugin.

W

wagonManager - Variable in class org.kualigan.maven.plugins.liquibase.CopyMojo
The Maven Wagon manager to use when obtaining server authentication details.
wagonManager - Variable in class org.kualigan.maven.plugins.liquibase.LiquibaseTestMojo
The Maven Wagon manager to use when obtaining server authentication details.
wagonManager - Variable in class org.kualigan.maven.plugins.liquibase.MigrateMojo
The Maven Wagon manager to use when obtaining server authentication details.
wagonManager - Variable in class org.kualigan.maven.plugins.liquibase.RollbackMojo
The Maven Wagon manager to use when obtaining server authentication details.
C D E G H I L M O P R S T U V W 

Copyright © 2004-2012 Kualigan. All Rights Reserved.