jar

com.github.slavaz : embedded-postgresql-maven-plugin

Maven & Gradle

Mar 10, 2020
12 stars

Embedded PostgreSQL Maven Plugin · This is Maven plugin for doing things with an embedded PostgreSQL server, like starting, stopping, initializing a DB, etc. The main purpose is running integration tests.

Table Of Contents

Latest Version

Download com.github.slavaz : embedded-postgresql-maven-plugin JAR file - Latest Versions:

All Versions

Download com.github.slavaz : embedded-postgresql-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window embedded-postgresql-maven-plugin-1.2.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.slavaz.maven.plugin.postgresql.embedded.goals

├─ com.github.slavaz.maven.plugin.postgresql.embedded.goals.AbstractGoalMojo.class - [JAR]

├─ com.github.slavaz.maven.plugin.postgresql.embedded.goals.HelpMojo.class - [JAR]

├─ com.github.slavaz.maven.plugin.postgresql.embedded.goals.StartGoalMojo.class - [JAR]

├─ com.github.slavaz.maven.plugin.postgresql.embedded.goals.StopGoalMojo.class - [JAR]

com.github.slavaz.maven.plugin.postgresql.embedded.proxy

├─ com.github.slavaz.maven.plugin.postgresql.embedded.proxy.ProxyUtils.class - [JAR]

com.github.slavaz.maven.plugin.postgresql.embedded.psql.data

├─ com.github.slavaz.maven.plugin.postgresql.embedded.psql.data.PgInstanceProcessData.class - [JAR]

com.github.slavaz.maven.plugin.postgresql.embedded.psql.util

├─ com.github.slavaz.maven.plugin.postgresql.embedded.psql.util.CharsetParameterList.class - [JAR]

├─ com.github.slavaz.maven.plugin.postgresql.embedded.psql.util.PostgresConfigUtil.class - [JAR]

com.github.slavaz.maven.plugin.postgresql.embedded.classloader

├─ com.github.slavaz.maven.plugin.postgresql.embedded.classloader.ClassLoaderHolder.class - [JAR]

├─ com.github.slavaz.maven.plugin.postgresql.embedded.classloader.ClassLoaderUtils.class - [JAR]

com.github.slavaz.maven.plugin.postgresql.embedded.psql

├─ com.github.slavaz.maven.plugin.postgresql.embedded.psql.IPgInstanceProcessData.class - [JAR]

├─ com.github.slavaz.maven.plugin.postgresql.embedded.psql.IsolatedPgInstanceManager.class - [JAR]

├─ com.github.slavaz.maven.plugin.postgresql.embedded.psql.PgInstanceManager.class - [JAR]

├─ com.github.slavaz.maven.plugin.postgresql.embedded.psql.PgVersion.class - [JAR]

├─ com.github.slavaz.maven.plugin.postgresql.embedded.psql.VersionEx.class - [JAR]