The Maven team is pleased to announce the release of the Maven EJB
Plugin, version 2.2

This plugin generates J2EE Enterprise Javabean (EJB) file as well as the
associated client jar.

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

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

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-ejb-plugin</artifactId>
 <version>2.2</version>
</plugin>


Release Notes - Maven 2.x EJB Plugin - Version 2.2

** Bug
    * [MEJB-39] - Plugin fails to properly resolve relative path for
output directory

** Improvement
    * [MEJB-32] - Add set classifier to client classifier
    * [MEJB-40] - Add an ASF-compliant source release assembly

** New Feature
    * [MEJB-13] - Add support for configuring exclusion filter for main
ejb jar

** Task
    * [MEJB-26] - Plugin documentation for clientExcludes property is
incorrect
    * [MEJB-35] - Upgrade to Maven Archiver 2.4


Enjoy,

-The Maven team

Reply via email to