Apache Maven EAR Plugin Version 3.0.1 Released
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<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-ear-plugin</artifactId>
4 <version>3.0.1</version>
5</plugin>
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