You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2012/10/01 22:55:56 UTC

[ANN] Maven WAR Plugin 2.3 Released

The Maven team is pleased to announce the release of the Maven WAR Plugin, version 2.3

Builds a Web Application Archive (WAR) file from the project output and its dependencies.

http://maven.apache.org/plugins/maven-war-plugin

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

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-war-plugin</artifactId>
  <version>2.3</version>
</plugin>


Release Notes - Maven WAR Plugin - Version 2.3

Bug
* [MWAR-275] An incomplete fix for the NPE bugs in WebappStructure.java
* [MWAR-246] NullPointerException Processing Web Resources
* [MWAR-241] Overlay and an empty classifier

Improvement
* [MWAR-287] use last plexus-utils 3.0.7 which is faster on copying files.
* [MWAR-164] Support for specifying which encoding to use when filtering resources

New Feature
* [MWAR-292] Add flag for recompressZippedFiles

Task
* [MWAR-291] Update skinny war documentation to reference <defaultLibBundleDir> instead of <defaultJavaBundleDir>


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org