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

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.2

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

Release Notes – Maven EAR Plugin – Version 3.0.2

Bug:

  • MEAR-273 – Adding extra slash causing issues on eclipse editors

Wish:

  • MEAR-271 – Support lookup-name in resource-ref section

Dependency upgrades:

  • MEAR-270 – Upgrade maven-plugins parent to version 32
  • MEAR-274 – Upgrade plexus-interpolation to 1.25
  • MEAR-275 – Upgrade plexus-archiver to 4.1.0
  • MEAR-277 – Upgrade maven-invoker-plugin to 3.2.1

Enjoy,

-The Apache Maven team