Apache Maven EAR Plugin Version 2.10.1 Released

The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 2.10.1

This plugin generates Java EE Enterprise Archive (EAR) file. It can also generate the deployment descriptor file (e.g. application.xml).

You should specify the version in your project's plugin configuration:

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-ear-plugin</artifactId>
4  <version>2.10.1</version>
5</plugin>

Release Notes - Maven EAR Plugin - Version 2.10.1

Bug:

  • MEAR-214 - RarModule not seen as standard artifact type

Improvements:

  • MEAR-159 - encoding when filtering resources
  • MEAR-218 - Upgrade plexus-archiver to 2.10.3
  • MEAR-219 - Upgrade to fluido skin
  • MEAR-220 - Upgrade plexus-utils to 3.0.22

Enjoy,

-The Apache Maven team