Contact Us 1-800-596-4880

Mule Maven Plugin 3.3.2 Release Notes

Mule Maven Plugin 3.3.2 is mainly focused on fixing bugs.

Hardware and Software Requirements

  • Microsoft Windows 8+

  • Apple Mac OS X 10.10+

  • Linux (tested on Ubuntu 15)

  • Java 8

  • Maven 3.3.3, 3.3.9, 3.5.0, 3.6.0

Compatibility

  • Mule 4.x

  • Anypoint Studio 7.x

  • OpenJDK 11, when using Mule 4.2

To use the new Mule runtime version schema introduced with Mule 4.5 to deploy apps, you must use Mule Maven plugin version 4.1.0 or later.

Features and Functionality

  • Added support for Exclusions. All libraries declared inside <exclusions> in the pom.xml file are excluded from the package.

  • Lightweight package generates class loader model inside .jar file.

  • Reduced package size of policies. All mule-plugin dependencies defined as provided are not packaged inside the .jar file.

Exclusions declared in the pom.xml modify the class loader for the mule-plugin, this causes a ClassNotFoundException if the Mule application has a dependency on an excluded library.

Fixed Issues

  • Fixed deployment exception when the deploy execution is defined under a different Maven phase.

  • Fixed resolution of application version when it’s defined with a placeholder.