rio:undeploy
Full name:
org.apache.maven.plugins:maven-rio-plugin:4.2:undeploy
Description:
Undeploys a Rio OpString
Attributes:
- Requires a Maven project to be executed.
Required Parameters
| Name |
Type |
Since |
Description |
| opstring |
String |
- |
OpString to undeploy.
|
Optional Parameters
| Name |
Type |
Since |
Description |
| environment |
Map |
- |
The environment configuration Map.
|
| group |
String |
- |
Optional group name to set.
|
| timeout |
long |
- |
The timeout for deployment/undeployment.
|
Parameter Details
environment:
The environment configuration Map.
- Type: java.util.Map
- Required: No
group:
Optional group name to set.
- Type: java.lang.String
- Required: No
- Expression: ${rio.groups}
opstring:
OpString to undeploy.
- Type: java.lang.String
- Required: Yes
timeout:
The timeout for deployment/undeployment.