DOC

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.

Table Of Contents

Latest Version

Download org.mule.tools : muleesb-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download org.mule.tools : muleesb-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file muleesb-maven-plugin-1.0-javadoc.jar to muleesb-maven-plugin-1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder muleesb-maven-plugin-1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "muleesb-maven-plugin-1.0-sources.jar" -d "muleesb-maven-plugin-1.0-javadoc" -subpackages