rio:undeploy

Full name:

org.apache.maven.plugins:maven-rio-plugin:4.0:undeploy

Description:

Undeploys a Rio OpString

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: runtime.

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. Sets the org.rioproject.groups system property
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. Sets the org.rioproject.groups system property
  • Type: java.lang.String
  • Required: No

opstring:

OpString to undeploy.
  • Type: java.lang.String
  • Required: Yes

timeout:

The timeout for deployment/undeployment.
  • Type: long
  • Required: No