| Class | Description |
|---|---|
| CleanMojo |
Maven goal that drops all database objects (tables, views, procedures, triggers, ...) in the configured schemas.
|
| HistoryMojo | Deprecated
Use flyway:info instead.
|
| IncludeProjectDependenciesComponentConfigurator |
A custom ComponentConfigurator which adds the project's runtime classpath elements to the
|
| InfoMojo |
Maven goal to retrieve the complete information about the migrations including applied, pending and current migrations with
details and status.
|
| InitMojo |
Maven goal that initializes the metadata table in an existing schema.
|
| MavenLog |
Wrapper around a Maven Logger.
|
| MavenLogCreator |
Log Creator for Maven Logging.
|
| MigrateMojo |
Maven goal that triggers the migration of the configured database to the latest version.
|
| RepairMojo |
Maven goal that repairs the metadata table after a failed migration on a database without DDL transactions.
|
| StatusMojo | Deprecated
Use flyway:info instead.
|
| ValidateMojo |
Maven goal to validate the applied migrations in the database against the available classpath migrations in order to
detect accidental migration changes.
|
Copyright © 2013. All Rights Reserved.