| 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.
|
| HelpMojo |
Display help information on flyway-maven-plugin.
Call mvn flyway:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
|
| InfoMojo |
Maven goal to retrieve the complete information about the migrations including applied, pending and current migrations with
details and status.
|
| 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 schema history table.
|
| UndoMojo |
Undoes the most recently applied versioned migration.
|
| ValidateMojo |
Validate applied migrations against resolved ones (on the filesystem or classpath)
to detect accidental changes that may prevent the schema(s) from being recreated exactly.
|