Apache Maven EJB Plugin Version 3.2.1 Released

The Apache Maven team is pleased to announce the release of the Apache Maven EJB Plugin Version 3.2.1.

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

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-ejb-plugin</artifactId>
4  <version>3.2.1</version>
5</plugin>

Release Notes - Apache Maven EJB Plugin - Version 3.2.1

Release Notes - Maven EJB Plugin - Version 3.2.1

Enjoy,

-The Apache Maven team