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 2010/08/18 20:07:48 UTC

[ANN] Maven WAR Plugin 2.1 Released

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

The WAR Plugin is responsible for collecting all artifact dependencies,
classes and resources of the web application and packaging them into a
web application archive.

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.1</version>
</plugin>

Release Notes - Maven 2.x WAR Plugin - Version 2.1

** Bug
    * [MWAR-158] - Overlaying breaks configuration of webXml with a
fatal error
    * [MWAR-184] -  FATAL ERROR -  XPP3 pull parser library not present.
Specify another driver.
    * [MWAR-197] - war:manifest does not add "manifestEntries" to
generated manifest
    * [MWAR-221] - Concurrency issue with XStream when running with
parallel m3

** Improvement
    * [MWAR-212] - Allow optional @classifier@ in <outputFileNameMapping>
    * [MWAR-226] - Make war plugin @threadSafe

** Task
    * [MWAR-231] - Disable webapp cache by default


Enjoy,

-The Maven team

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