You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2010/11/03 22:51:04 UTC

[ANN] Maven WAR Plugin 2.1.1 Released

The Maven team is pleased to announce the release of the Maven WAR
Plugin, version 2.1.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.1</version>
</plugin>


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

** Bug
    * [MWAR-235] - The web.xml file included twice into the result war
    * [MWAR-237] - packagingIncludes configuration has disappeared

** Improvement
    * [MWAR-193] - Plugin does not handle Axis2 MAR files


Enjoy,

-The Maven team