Apache Maven EJB Plugin Version 3.1.0 Released
The Apache Maven team is pleased to announce the release of the Apache Maven EJB Plugin Version 3.1.0.
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.1.0</version>
5</plugin>
Release Notes - Apache Maven EJB Plugin - Version 3.1.0
-
New Feature:
- MEJB-128 - Reproducible Builds: make entries in output jar files reproducible (order + timestamp)
-
Improvements:
-
Dependency upgrades
®Enjoy,
-The Apache Maven team