MVN

org.mybatis.maven : maven-migration-plugin

Maven & Gradle

Nov 18, 2010

Maven MyBatis migration plugin · Migration-plugin is a Apache Maven 2 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.

<plugin>
    <groupId>org.mybatis.maven</groupId>
    <artifactId>maven-migration-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mybatis.maven : maven-migration-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.mybatis.maven : maven-migration-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-migration-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.mybatis.maven</groupId>
    <artifactId>maven-migration-plugin</artifactId>
    <version>1.0.0</version>
</plugin>