MVN

com.iwaconsolti : flyway-check-plugin

Maven & Gradle

Jul 07, 2018
0 stars

flyway-check-plugin · Verifies that a project does not contain identical versions of Flyway(https://flywaydb.org/) sql and java migrations.

<plugin>
    <groupId>com.iwaconsolti</groupId>
    <artifactId>flyway-check-plugin</artifactId>
    <version>0.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.iwaconsolti : flyway-check-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.iwaconsolti : flyway-check-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
flyway-check-plugin-0.0.3
flyway-check-plugin-0.0.2
flyway-check-plugin-0.0.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>com.iwaconsolti</groupId>
    <artifactId>flyway-check-plugin</artifactId>
    <version>0.0.3</version>
</plugin>

Advertisement