An open API service indexing awesome lists of open source software.

https://github.com/mybatis/migrations-maven-plugin

Maven plugin for the MyBatis Migrations tool
https://github.com/mybatis/migrations-maven-plugin

java maven-plugin migration-tool

Last synced: 9 days ago
JSON representation

Maven plugin for the MyBatis Migrations tool

Awesome Lists containing this project

README

          

MYBATIS Migration Maven Plugin
==============================

[![Java CI](https://github.com/mybatis/migrations-maven-plugin/actions/workflows/ci.yaml/badge.svg)](https://github.com/mybatis/migrations-maven-plugin/actions/workflows/ci.yaml)
[![Coverage Status](https://coveralls.io/repos/mybatis/migrations-maven-plugin/badge.svg?branch=master&service=github)](https://coveralls.io/github/mybatis/migrations-maven-plugin?branch=master)
[![Maven central](https://maven-badges.herokuapp.com/maven-central/org.mybatis.maven/migrations-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.mybatis.maven/migrations-maven-plugin)
[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/org.mybatis.maven/migrations-maven-plugin.svg)](https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/maven/migrations-maven-plugin/)
[![License](https://img.shields.io/:license-apache-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

![migrations-maven-plugin](https://mybatis.org/images/mybatis-logo.png)

Migration Maven plugin is an Apache Maven plugin that aims to integrate, into the Maven life cycle,
the MyBatis 3 Migration tool. MyBatis 3 Migration Schema is a tool that helps you to manage database
schema changes.

Essentials
----------

* [See the docs](https://mybatis.org/migrations-maven-plugin)
* [Download Latest](https://github.com/mybatis/migrations-maven-plugin/releases)