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:

    • MEJB-126 - make build Reproducible
    • MEJB-129 - Refactor IncludesExcludes to reduce code duplication
  • Dependency upgrades

    • MEJB-122 - Upgrade maven-plugins parent to version 32
    • MEJB-123 - Upgrade plexus-interpolation to 1.25
    • MEJB-124 - Upgrade plexus-archiver to 3.6.0
    • MEJB-125 - Upgrade JUnit to 4.12

®Enjoy,

-The Apache Maven team