|
Class Summary |
| CleanMojo |
Maven goal that drops all database objects. |
| HistoryMojo |
Maven goal that shows the history (all applied migrations) of the database. |
| IncludeProjectDependenciesComponentConfigurator |
A custom ComponentConfigurator which adds the project's runtime classpath elements to the |
| InitMojo |
Maven goal that initializes the metadata table in an existing schema. |
| MigrateMojo |
Maven goal that triggers the migration of the configured database to the latest version. |
| StatusMojo |
Maven goal that shows the status (current version) of the database. |
| ValidateMojo |
Maven goal to validate the applied migrations in the database against the available classpath migrations in order to
detect accidental migration changes. |