You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Stephane Nicoll <sn...@apache.org> on 2011/06/17 19:10:07 UTC

[ANN] Maven EAR Plugin 2.6 Released

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

This version brings mainly detection of application client archive
managed by the recent maven-arc-plugin [1]

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


Release Notes - Maven 2.x Ear Plugin - Version 2.6

** Bug
    * [MEAR-139] - earSourceDirectory named in documentation as
earSourcesDirectory

** New Feature
    * [MEAR-40] - Autodetect "Client Application" modules and "EJB3" modules.
    * [MEAR-137] - Support for JEE Application Clients

Enjoy,

-The Maven team

[1] http://maven.apache.org/plugins/maven-acr-plugin/