Class PostgresqlShutdownMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- dk.kosmisk.postgresql.maven.plugin.PostgresqlAbstractMojo
-
- dk.kosmisk.postgresql.maven.plugin.PostgresqlShutdownMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(threadSafe=true, name="shutdown", defaultPhase=POST_INTEGRATION_TEST, requiresProject=false) public class PostgresqlShutdownMojo extends PostgresqlAbstractMojoMojo for shutting down PostgreSQL instances on integration test completion- Author:
- Source (source (at) kosmisk.dk)
-
-
Field Summary
-
Fields inherited from class dk.kosmisk.postgresql.maven.plugin.PostgresqlAbstractMojo
ARTIFACT_UNPACKED, DATABASES_STOP_COMMANDS, folder, name, port, portProperty
-
-
Constructor Summary
Constructors Constructor Description PostgresqlShutdownMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class dk.kosmisk.postgresql.maven.plugin.PostgresqlAbstractMojo
classifier, getProject, getPropertyName, resolvePort, scriptExtension, skip
-
-