| AbstractCargoMojo |
Common code used by Cargo MOJOs requiring <container> and
<configuration> elements and supporting 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).
|
| AbstractDaemonMojo |
Common mojo for all daemon actions (start deployable, stop deployable).
|
| AbstractDeployerMojo |
Common mojo for all deployer actions (start deployable, stop deployable, deploy deployable,
undeploy deployable, etc).
|
| AbstractUberWarMojo |
Common mojo for Uberjar.
|
| ContainerStartMojo |
Start a container using Cargo.
|
| DeployerDeployMojo |
Deploy a deployable to a container.
|
| DeployerRedeployMojo |
Redeploy a deployable (i.e. undeploy and deploy it again) in a container.
|
| DeployerUndeployMojo |
Undeploy a deployable from a container.
|