p

postgresql-maven-plugin

postgresql-maven-plugin integration testing with a real postgresql server instance - maven 3.5+ This plugin ensures a PostgreSQL server (binary) is downloaded and started up before integraion testing starts. Use the maven-failsafe-plugin to supply the port, the database is listening on, to the integraion tests.
https://github.com/kosmisk-dk/postgresql-maven-plugin
The Apache License, Version 2.0
Morten Bøgeskov
文件下载
文件名 操作
postgresql-maven-plugin-1.0.4.jar 下载
postgresql-maven-plugin-1.0.4.pom 下载
postgresql-maven-plugin-1.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>dk.kosmisk</groupId>
  <artifactId>postgresql-maven-plugin</artifactId>
  <version>1.0.4</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'dk.kosmisk:postgresql-maven-plugin:1.0.4'
Gradle Kotlin
implementation("dk.kosmisk:postgresql-maven-plugin:1.0.4")
Scala SBT
libraryDependencies += "dk.kosmisk" % "postgresql-maven-plugin" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='dk.kosmisk', module='postgresql-maven-plugin', version='1.0.4')
)
Apache Ivy
<dependency org="dk.kosmisk" name="postgresql-maven-plugin" rev="1.0.4" />
Leiningen
[dk.kosmisk/postgresql-maven-plugin "1.0.4"]
Apache Buildr
'dk.kosmisk:postgresql-maven-plugin:jar:1.0.4'