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: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to