| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools PostgreSQL Data Databases |
| GroupId | GroupIdcom.github.slavaz |
| ArtifactId | ArtifactIdembedded-postgresql-maven-plugin |
| Last Version | Last Version1.2.4 |
| Release Date | Release Date |
| Type | Typemaven-plugin |
| Description |
DescriptionEmbedded 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.
|
| Project URL |
Project URL |
<plugin>
<groupId>com.github.slavaz</groupId>
<artifactId>embedded-postgresql-maven-plugin</artifactId>
<version>1.2.4</version>
</plugin>
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven : maven-plugin-api | jar | 3.0.5 |
| org.codehaus.plexus : plexus-utils | jar | 3.0.15 |
| org.apache.maven : maven-settings | jar | 3.0.5 |
| org.apache.commons : commons-lang3 | jar | 3.1 |
| org.apache.commons : commons-collections4 | jar | 4.1 |
| ru.yandex.qatools.embed : postgresql-embedded | jar | 2.10 |
| de.flapdoodle.embed : de.flapdoodle.embed.process | jar | 2.1.2 |
| commons-io : commons-io | jar | 2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.9.6 |
| org.mockito : mockito-all | jar | 1.10.19 |
| com.openpojo : openpojo | jar | 0.8.6 |