mulesoft / mule-maven-plugin

Maven plugins for Mule Runtime
35 stars 45 forks source link

= Mule Artifact Tools

The project contains all the modules required to create Mule artifacts and to deploy them to the different environments of the Anypoint Platform.

== Modules

=== mule-classloader-model Contains the abstract model which describes the descriptor files used when generating a repository for heavy weight packages

=== mule-packager Contains the Java API that allows you to create the different Mule artifacts:

It also contains a set of validators to ensure that the artifact can be generated properly

=== mule-deployer Contains the Java API that allows you to deploy the Mule artifacts to the different environments

=== mule-maven-plugin Is the Maven Plugin that provides Maven integration. Through it you can package different Mule artifacts and deploy them to both Nexus Servers and the different Anypoint Environments.

=== mule-artifact-it Contains the integration tests for the modules:

== Debugging

In case you run into problems while using the plugin and wants to try find the cause by yourself, you can easily debug the plugin using mvnDebug. These are the steps:

=== Tips:

To find the right tag, run

git tag -l