You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Hervé Boutemy <hb...@apache.org> on 2020/06/12 20:36:44 UTC

[ANN] Apache Maven EJB Plugin 3.1.0 Released

The Maven team is pleased to announce the release of the Apache Maven EJB Plugin, version 3.1.0

This plugin generates a Java Enterprise JavaBean (EJB) file as well as the associated client JAR.

https://maven.apache.org/plugins/maven-ejb-plugin/

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.1.0</version>
</plugin>


Release Notes - Apache Maven EJB Plugin - Version 3.1.0

Improvement
* [MEJB-129] Refactor IncludesExcludes to reduce code duplication
* [MEJB-126] make build Reproducible

New Feature
* [MEJB-128] Reproducible Builds: make entries in output jar files reproducible (order + timestamp)


Enjoy,

-The Maven team