MVN

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

Maven & Gradle

Sep 25, 2014
<plugin>
    <groupId>ch.inftec.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.inftec.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.inftec.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.inftec.flyway</groupId>
    <artifactId>flyway-extension-maven-plugin</artifactId>
    <version>0.1-RC-1</version>
</plugin>