jcabi-dynamodb:start
Full name:
com.jcabi:jcabi-dynamodb-maven-plugin:0.10.1:start
Description:
Starts DynamoDB Local.
Attributes:
- Requires a Maven project to be executed.
- Since version:
0.1
. - Binds by default to the lifecycle phase:
pre-integration-test
.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<dist> |
File |
0.4 |
Location of DynamoDB Local distribution. |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<arguments> |
List |
0.5 |
Command line arguments of DynamoDBLocal. |
<home> |
File |
0.3 |
Java home directory, where "bin/java" can be executed. |
<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
<dist>
Location of DynamoDB Local distribution.
- Type:
java.io.File
- Since:
0.4
- Required:
Yes
<home>
Java home directory, where "bin/java" can be executed.
- Type:
java.io.File
- Since:
0.3
- 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