accumulo2:stop
Full name:
org.apache.accumulo:accumulo2-maven-plugin:1.0.0:stop
Description:
Goal which stops all instances of MiniAccumuloCluster
started with the start mojo.
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope: test.
- Binds by default to the lifecycle phase: post-integration-test.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<skip> | boolean | 1.0.0 | Instructs this plugin to skip execution. Default value is: false. User property is: accumulo.skip. Alias is: skip. |
Parameter Details
<skip>
Instructs this plugin to skip execution.
- Type: boolean
- Since: 1.0.0
- Required: No
- User Property: accumulo.skip
- Default: false
- Alias: skip