MVN

net.kosto : database-maven-plugin

Maven & Gradle

May 27, 2020
3 stars

The plugin helps to create database delta scripts for automated deploy.

<plugin>
    <groupId>net.kosto</groupId>
    <artifactId>database-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.kosto : database-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of net.kosto : database-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
database-maven-plugin-1.3
1.2
database-maven-plugin-1.2
1.0
database-maven-plugin-1.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>net.kosto</groupId>
    <artifactId>database-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>