[ANN] Apache Maven EAR Plugin 3.4.0 Released
Slawomir Jaranowski <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Message-ID | <CAGjJkv19iAFGmySzaL5D-9mzdLqaLdE2PSKvEWqJZV5KsniyBg__17278.2843861327$1750423774$gmane$org@mail.gmail.com> |
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 3.4.0 This plugin generates Java EE Enterprise Archive (EAR) file. https://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-ear-plugin</artifactId> <version>3.4.0</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-ear-plugin/download.html Release Notes - Maven EAR Plugin - Version 3.4.0 https://github.com/apache/maven-ear-plugin/releases/tag/maven-ear-plugin-3.4.0 Enjoy, -The Apache Maven team