MVN

de.funfried.maven.plugins : zonky-maven-plugin

Maven & Gradle

Apr 12, 2024
2 stars

Zonky Maven Plugin · This plugin helps you to start and stop an embedded postgres database during your build process, e.g. if you would like to try your database migration scripts (Liquibase or Flyway) against an production near database system.

<plugin>
    <groupId>de.funfried.maven.plugins</groupId>
    <artifactId>zonky-maven-plugin</artifactId>
    <version>0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.funfried.maven.plugins : zonky-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of de.funfried.maven.plugins : zonky-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1
zonky-maven-plugin-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>de.funfried.maven.plugins</groupId>
    <artifactId>zonky-maven-plugin</artifactId>
    <version>0.1</version>
</plugin>

Advertisement