Class 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 PostgresqlAbstractMojo
    Mojo for shutting down PostgreSQL instances on integration test completion
    Author:
    Source (source (at) kosmisk.dk)
    • Constructor Detail

      • PostgresqlShutdownMojo

        public PostgresqlShutdownMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException