MVN

dev.crashteam.maven.plugins : pg-embedded-plugin

Maven & Gradle

Jul 15, 2022
0 stars

pg-embedded-plugin Maven Mojo · The plugin starts the embedded PG server

<plugin>
    <groupId>dev.crashteam.maven.plugins</groupId>
    <artifactId>pg-embedded-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.crashteam.maven.plugins : pg-embedded-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of dev.crashteam.maven.plugins : pg-embedded-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
pg-embedded-plugin-1.0.1
pg-embedded-plugin-1.0.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>dev.crashteam.maven.plugins</groupId>
    <artifactId>pg-embedded-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Advertisement