MVN

ch.rotscher.flyway : flyway-extension-maven-plugin

Maven & Gradle

Jul 03, 2014
<plugin>
    <groupId>ch.rotscher.flyway</groupId>
    <artifactId>flyway-extension-maven-plugin</artifactId>
    <version>0.1-RC-1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.rotscher.flyway : flyway-extension-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1-RC-1
  • Latest Release Candidate: 0.1-RC-1

All Versions

Choose a version of ch.rotscher.flyway : flyway-extension-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1
flyway-extension-maven-plugin-0.1-RC-1

How to add a plugin to Maven

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

<plugin>
    <groupId>ch.rotscher.flyway</groupId>
    <artifactId>flyway-extension-maven-plugin</artifactId>
    <version>0.1-RC-1</version>
</plugin>