You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stephane Nicoll <sn...@apache.org> on 2009/10/24 16:07:08 UTC

[ANN] Maven EAR Plugin 2.4 Released

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

This new release brings compatibility for Java EE 6 and a few bug fixes.

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.4</version>
</plugin>

Release Notes - Maven 2.x EAR Plugin - Version 2.4

** Bug
    * [MEAR-75] - Incorrect file name in class path (in manifest) if
specifying different bundleFileName for module
    * [MEAR-103] - Filtered MANIFEST not added to generated EAR
    * [MEAR-104] - wrong jboss-app.xml
    * [MEAR-105] - Unable to set some properties for jboss-app.xml


** New Feature
    * [MEAR-112] - support for java ee 6 missing

Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org