jcabi-dynamodb:wait
Full name:
com.jcabi:jcabi-dynamodb-maven-plugin:0.10.1:wait
Description:
Put the plugin on hold.
      
Attributes:
- Requires a Maven project to be executed.
- Since version: 0.9.
- Binds by default to the lifecycle phase: 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.9 | Port to use. Default value is: 10101. | 
| <skip> | boolean | 0.9 | 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.9
- Required: No
- Default: 10101
<skip>
Shall we skip execution?
        
- Type: boolean
- Since: 0.9
- Required: No
- Default: false