MVN

org.mule.tools : muleesb-maven-plugin

Maven & Gradle

Jan 20, 2015

Mule ESB Maven Plugin · Maven plugin that helps control Mule ESB servers, including CE, EE Standalone and HA deployments. Main use is for running integration tests but can be used also for deploying an application to any environment after all tests were ran. Some of the features are: Download Mule Standalone from a Maven Repository and install it locally. Start Mule Standalone server. Deploy a Mule application to a server. Undeploy a Mule appliction. Stop a Mule Standalone server. Restart a Mule Standalone server. Assemble a Mule cluster and deploy applications.

<plugin>
    <groupId>org.mule.tools</groupId>
    <artifactId>muleesb-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.tools : muleesb-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.mule.tools : muleesb-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
muleesb-maven-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.mule.tools</groupId>
    <artifactId>muleesb-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>