MVN

org.jsoftware : dbpatch

Maven & Gradle

Mar 26, 2016
13 stars

Database patch Maven Mojo · Manage your database patches with maven.

<plugin>
    <groupId>org.jsoftware</groupId>
    <artifactId>dbpatch</artifactId>
    <version>dbpatch-maven-plugin</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jsoftware : dbpatch to add to Maven - Latest Versions:

  • Latest Stable: dbpatch-maven-plugin

All Versions

Choose a version of org.jsoftware : dbpatch to add to Maven - All Versions:

Version Vulnerabilities Updated
3.3
dbpatch-3.3
dbpatch
dbpatch-dbpatch-maven-plugin
dbpatch-dbpatch-gradle-plugin
dbpatch-dbpatch-core

How to add a plugin to Maven

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

<plugin>
    <groupId>org.jsoftware</groupId>
    <artifactId>dbpatch</artifactId>
    <version>dbpatch-maven-plugin</version>
</plugin>