Class | Description |
---|---|
AbstractCargoMojo |
Common code used by Cargo MOJOs requiring
<container> and
<configuration> elements and supportig the notion of Auto-deployable. |
AbstractCommonMojo |
Common MOJO providing an accessor to the Maven Project object (this is the object containing
all information contained in the POM on which the MOJO is called).
|
AbstractDeployerMojo |
Common mojo for all deployer actions (start deployable, stop deployable, deploy deployable,
undeploy deployable, etc).
|
AliasedDeployerDeployMojo |
Class used uniquely to provide a goal alias for
deployer-deploy . |
AliasedDeployerRedeployMojo |
Class used uniquely to provide a goal alias for
deployer-deploy . |
AliasedDeployerUndeployMojo |
Class used uniquely to provide a goal alias for
deployer-undeploy . |
ConfigureMojo |
Mojo to create a local container standalone configuration at a specified directory.
|
ContainerInstallMojo |
Installs a container into a given directory.
|
ContainerStartMojo |
Start a container using Cargo.
|
ContainerStopMojo |
Stop a running container using Cargo.
|
DeployerDeployMojo |
Deploy a deployable to a container.
|
DeployerRedeployMojo |
Redeploy a deployable (i.e.
|
DeployerStartMojo |
Start a deployable which is already installed in a container.
|
DeployerStopMojo |
Stop a deployable which is already deployed in a container.
|
DeployerUndeployMojo |
Undeploy a deployable from a container.
|
Merge |
Merge settings.
|
MergeRoot |
Root element of the merge xml.
|
PackageMojo |
Package a container distribution, a Configuration and deployed deployables.
|
UberWarMojo |
Build an uberwar.
|
WebXml |
Web.xml merge settings.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.