You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benjamin Bentmann <be...@apache.org> on 2010/03/21 00:43:05 UTC

[ANN] Maven EJB Plugin 2.2.1 Released

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

This plugin is used to generates J2EE Enterprise Javabean (EJB) file as 
well as the associated client jar. Please see the plugin's site for details:

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

To use the updated plugin in your projects, you need to add the
following snippet to the plugins or plugin management section of your POM:

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

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

** Bug
     * [MEJB-45] - ejb-jar.xml is added twice if exclusion is used
     * [MEJB-46] - classpath entry is missing in ejb MANIFEST when using 
Maven 3.0-alpha-7

Enjoy,


-The Maven team

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