This is Maven plugin for doing things with a PostgreSQL database, like starting, stopping, initializing a DB, etc. The main purpose is running integration tests.
'com.github.adrianboimvaser:postgresql-maven-plugin:0.1'
<dependency>
<groupId>com.github.adrianboimvaser</groupId>
<artifactId>postgresql-maven-plugin</artifactId>
<version>0.1</version>
</dependency>
<dependency org="com.github.adrianboimvaser" name="postgresql-maven-plugin" rev="0.1"/>
"com.github.adrianboimvaser", "postgresql-maven-plugin", "0.1"