inmemdb:stop
Full name:
com.btmatthews.maven.plugins.inmemdb:inmemdb-maven-plugin:1.4.3:stop
Description:
Stop an in-memory database server that is running as a daemon.
Attributes:
- Requires a Maven project to be executed.
- Since version: 1.0.0.
- Binds by default to the lifecycle phase: post-integration-test.
Required Parameters
Name |
Type |
Since |
Description |
monitorKey |
String |
1.0.0 |
Key to provide when sending commands to the mail apache. User property is: monitor.key. |
monitorPort |
int |
1.0.0 |
The port to listen on for the monitor commands. User property is: monitor.port. |
Optional Parameters
Name |
Type |
Since |
Description |
monitorRetryCount |
int |
2.1.1 |
The number of times to retry when checking if the server has
started or stopped. Default value is: 3. User property is: monitor.retryCount. |
monitorRetryInterval |
int |
2.1.1 |
The delay in milliseconds before retrying the check to see if the
server has started or stopped. Default value is: 500. User property is: monitor.retryInterval. |
skip |
boolean |
1.4.0 |
Indicates whether or not the Mojo execution should be skipped. Default value is: false. User property is: inmemdb.skip. |
Parameter Details
monitorKey:
Key to provide when sending commands to the mail apache.
- Type: java.lang.String
- Since: 1.0.0
- Required: Yes
- User Property: monitor.key
monitorPort:
The port to listen on for the monitor commands.
- Type: int
- Since: 1.0.0
- Required: Yes
- User Property: monitor.port
monitorRetryCount:
The number of times to retry when checking if the server has
started or stopped.
- Type: int
- Since: 2.1.1
- Required: No
- User Property: monitor.retryCount
- Default: 3
monitorRetryInterval:
The delay in milliseconds before retrying the check to see if the
server has started or stopped.
- Type: int
- Since: 2.1.1
- Required: No
- User Property: monitor.retryInterval
- Default: 500
skip:
Indicates whether or not the Mojo execution should be skipped.
- Type: boolean
- Since: 1.4.0
- Required: No
- User Property: inmemdb.skip
- Default: false