Using Maven in Mule
Mule runtime engine version 3.8 reached its End of Life on November 16, 2021. For more information, contact your Customer Success Manager to determine how to migrate to the latest Mule version. |
The pages in this section detail how to use Maven outside of Anypoint Studio, working directly with Mule. You can use Mule plugins to develop your Mule applications within Maven, and to control Mule instances from within a Maven environment.
To work with Maven outside Studio, you need to modify your Maven installation to enable it to work with Mule. These modifications entail adding support for Mule plugins and adding the MuleSoft community or Enterprise repositories.
Note: Mule supports any Maven 3.x version for use with Mac, Windows, and Linux.
This section contains the following pages:
-
Maven Tools for Mule – Describes the Mule plugin that allows you to develop Mule applications in Maven
-
Mule Maven Plugin - Describes the Mule plugin that allows you to control Mule from within Maven
-
Configuring Maven to Work with Mule – Details how to modify your Maven configuration to work with Mule plugins and add Mule repositories
For info on how to use Maven in the context of Anypoint Studio, MuleSoft’s IDE for developing integration applications, see Use Maven in Anypoint Studio |