m

mule-maven-plugin

Maven plugin to deploy Mule applications to different kinds 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 application. Assemble a Mule cluster and deploy applications.
https://github.com/mulesoft/mule-maven-plugin
CPAL v1.0
MuleSoft Inc
Ale Sequeira
Files download
File Operation
mule-maven-plugin-2.1.jar download
mule-maven-plugin-2.1.pom download
mule-maven-plugin-2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mule.tools.maven</groupId>
  <artifactId>mule-maven-plugin</artifactId>
  <version>2.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.mule.tools.maven:mule-maven-plugin:2.1'
Gradle Kotlin
implementation("org.mule.tools.maven:mule-maven-plugin:2.1")
Scala SBT
libraryDependencies += "org.mule.tools.maven" % "mule-maven-plugin" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.mule.tools.maven', module='mule-maven-plugin', version='2.1')
)
Apache Ivy
<dependency org="org.mule.tools.maven" name="mule-maven-plugin" rev="2.1" />
Leiningen
[org.mule.tools.maven/mule-maven-plugin "2.1"]
Apache Buildr
'org.mule.tools.maven:mule-maven-plugin:jar:2.1'