You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2018/05/09 17:28:05 UTC

[ANN] Apache Maven Assembly EJB 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.
 
https://maven.apache.org/plugins/maven-ejb-plugin/

Important Note since 3.0.1:

 * Maven 3.X only
 * JDK 7 minimum requirement

You should specify the version in your project's plugin configuration:
 
<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-ejb-plugin</artifactId>
  <version>3.0.1</version>
</plugin>

You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/plugins/maven-ejb-plugin/download.cgi
 
Release Notes Maven EJB Plugin 3.0.1

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317421&version=12334440

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

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