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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org