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 2012/09/04 19:49:19 UTC

[ANN] Maven EAR Plugin 2.8 Released

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

The plugin generates a JavaEE Enterprise Archive (EAR) file.

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


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

** Bug
    * [MEAR-147] - wrong DOCTPYE in jboss-app.xml for 4.2
    * [MEAR-151] - Allow empty library-directory element in application.xml

** Improvement
    * [MEAR-141] - No way to configure generate env-entry elements in
generated application.xml
    * [MEAR-145] - Add Maven version used to Created-By entry in manifest
    * [MEAR-146] - Expose parameter to not write library-directory
element in application.xml

** New Feature
    * [MEAR-150] - Support new 'no-version-for-ejb' file name mapping


** Task
    * [MEAR-152] - use maven-plugin-tools' java 5 annotations


Enjoy,

-The Maven team

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