MVN

io.github.jebeaudet : flyway-validator-maven-plugin

Maven & Gradle

May 29, 2023
4 stars

flyway-validator-maven-plugin · Maven plugin to fail a build when duplicate flyway revises are found.

<plugin>
    <groupId>io.github.jebeaudet</groupId>
    <artifactId>flyway-validator-maven-plugin</artifactId>
    <version>0.4.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jebeaudet : flyway-validator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.4.2

All Versions

Choose a version of io.github.jebeaudet : flyway-validator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
flyway-validator-maven-plugin-0.4.2
flyway-validator-maven-plugin-0.4.1
0.4
flyway-validator-maven-plugin-0.4
0.3.x
flyway-validator-maven-plugin-0.3.4
flyway-validator-maven-plugin-0.3.3
flyway-validator-maven-plugin-0.3.2
flyway-validator-maven-plugin-0.3.1
0.3
flyway-validator-maven-plugin-0.3

How to add a plugin to Maven

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

<plugin>
    <groupId>io.github.jebeaudet</groupId>
    <artifactId>flyway-validator-maven-plugin</artifactId>
    <version>0.4.2</version>
</plugin>

Advertisement