- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="deploy",
requiresProject=true)
public class DeployMojo
extends AbstractMuleDeployerMojo
Maven plugin to deploy Mule applications to different kind of servers: Standalone (both Community and Enterprise), Clustered,
Anypoint Runtime Manager and CloudHub. Main uses are running integration tests and deploying applications. Some of the features
are: Download Mule Standalone from a Maven Repository and install it locally. Deploy a Mule application to a server. Undeploy a
Mule appliction. Assemble a Mule cluster and deploy applications.
- Since:
- 1.0
- Author:
- Ale Sequeira
- See Also:
UndeployMojo,
MuleProcessController