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

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


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

** Bug
    * [MEJB-48] - Avoid possible corruption issues and deadlocks by
upgrading plexus components

** Improvement
    * [MEJB-47] - Upgrade libraries and mark ejb plugins as @threadSafe

** New Feature
    * [MEJB-34] - Add ability to filter ejb-jar.xml


Enjoy,

-The Maven team

Reply via email to