jcabi-dynamodb:stop
Full name:
com.jcabi:jcabi-dynamodb-maven-plugin:0.10.1:stop
Description:
Stops DynamoDB Local.
Attributes:
- Requires a Maven project to be executed.
- Since version:
0.1
. - Binds by default to the lifecycle phase:
post-integration-test
.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<arguments> |
List |
0.5 |
Command line arguments of DynamoDBLocal. |
<port> |
int |
0.1 |
Port to use. Default value is: 10101 . |
<skip> |
boolean |
0.1 |
Shall we skip execution? Default value is: false . |
Parameter Details
<arguments>
Command line arguments of DynamoDBLocal.
- Type:
java.util.List
- Since:
0.5
- Required:
No
<port>
Port to use.
- Type:
int
- Since:
0.1
- Required:
No
- Default:
10101
<skip>
Shall we skip execution?
- Type:
boolean
- Since:
0.1
- Required:
No
- Default:
false