| Class | Description |
|---|---|
| BaselineMojo |
Baselines an existing database, excluding all migrations up to and including baselineVersion.
|
| CleanMojo |
Maven goal that drops all database objects (tables, views, procedures, triggers, ...) in the configured schemas.
|
| IncludeProjectDependenciesComponentConfigurator |
A custom ComponentConfigurator which adds the project's runtime classpath elements to the plugin's classpath.
|
| InfoMojo |
Maven goal to retrieve the complete information about the migrations including applied, pending and current migrations with
details and status.
|
| InitMojo | Deprecated
Will be removed in Flyway 4.0.
|
| 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 |
Repairs the Flyway metadata table.
|
| ValidateMojo |
Maven goal to validate the applied migrations in the database against the available classpath migrations in order to
detect accidental migration changes.
|
Copyright © 2015. All rights reserved.