The Apache Maven team is pleased to announce the release of the
Apache Maven EAR Plugin, version 3.0.1

This plugin generates Java EE Enterprise Archive (EAR) file. It can also
generate the deployment descriptor file (e.g. application.xml).

You should specify the version in your project’s plugin configuration:

1
2
3
4
5

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

You can download the appropriate sources etc. from the download page.

Release Notes – Maven EAR Plugin – Version 3.0.1

Improvements:

  • MEAR-265 – Add documentation information for GitHub
  • MEAR-266 – Upgrade mave-surefire/failsafe-plugin 2.21.0

Dependency upgrade:

  • MEAR-268 – Upgrade plexus-archiver to 3.6.0

Enjoy,

-The Apache Maven team