zonky:stop

Full name:

de.funfried.maven.plugins:zonky-maven-plugin:0.7-SNAPSHOT:stop

Description:

Goal which stops the embedded postgres database.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is not marked as thread-safe and thus does not support parallel builds.
  • Binds by default to the lifecycle phase: pre-clean.

Optional Parameters

Name Type Since Description
<singleInstance> boolean - If true, only one database instance is used for all multimodule projects, otherwise all projects get their own instance.
Default: true
User Property: singleInstance

Parameter Details

<singleInstance>

If true, only one database instance is used for all multimodule projects, otherwise all projects get their own instance.
  • Type: boolean
  • Required: No
  • User Property: singleInstance
  • Default: true