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
2
3
4
5

  org.apache.maven.plugins
  maven-ejb-plugin
  3.0.1

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