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

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

http://maven.apache.org/plugins/maven-ear-plugin/

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

<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-ear-plugin</artifactId>
   <version>2.9.1</version>
</plugin>

Release Notes - Maven EAR Plugin Plugin - Version 2.9.1

Bug

  * [MEAR-189] - fileNameMapping set to no-version breaks skinnyWars feature

Task

  * [MEAR-185] - Deprecated reference to 'defaultJavaBundleDir' in 
plugin documentation


Enjoy,

-The Apache Maven team

Reply via email to