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


The most noteworthy in this release is the support for skinny WAR files.
It is one of the most voted on issues in our JIRA with 50 votes. We
would love to hear your feedback on this new feature.


The plugin generates a J2EE Enterprise Archive (EAR) file.

http://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>2.7</version>
</plugin>


Release Notes - Maven EAR Plugin - Version 2.7

Improvement
* [MEAR-60] Improve support for skinny WAR files

New Feature
* [MEAR-87] Allow exclusion of artifacts when building the ear file.

Task
* [MEAR-140] HTML Anchors on page "EAR Modules" defect
* [MEAR-48] Remove the deprecated resourcesDir parameter


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to