Apache Maven EJB Plugin Version 3.0.1 Released

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

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

Important Note since 3.0.1:

  • Maven 3.X only
  • JDK 7 minimum requirement
1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-ejb-plugin</artifactId>
4  <version>3.0.1</version>
5</plugin>

Release Notes - Apache Maven EJB Plugin - Version 3.0.1

Bug:

  • MEJB-115 - Wrong default EJB version stated on Usage page

Tasks:

  • MEJB-116 - Clarify "properties removed" on intro page of site
  • MEJB-117 - Remove reference to old wiki page on intro page
  • MEJB-118 - Remove "J2EE" from plugin description and site

Dependency upgrades:

  • MEJB-119 - Upgrade parent to 31
  • MEJB-120 - Upgrade mave-surefire/failsafe-plugin 2.21.0
  • MEJB-121 - Add documentation information for GitHub

Enjoy,

-The Apache Maven team