The maven team is pleased to announce the Maven WAR Plugin 1.6.1 release! http://maven.apache.org/reference/plugins/war/
War Plugin for Maven Changes in this version include: Fixed bugs: o Removed attribute update=truefrom ant:jarcall, so now a fresh WAR is created on each run. Issue: MPWAR-33. o Allow use of maven.war.manifest to specify the manifest file location. Issue: MPWAR-22. Changes: o Made the maven.war.final.nameproperty public as it is required by several other plugins and before this change the only way is for these plugins was to call the non-public war:initgoal. o Splitted war:webapp in war:war-resources and war:webapp. o Deprecated war:load hook goal o Make docs more readable. To automatically install the plugin, type the following on a single line: maven plugin:download -DgroupId=maven -DartifactId=maven-war-plugin -Dversion=1.6.1 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-war-plugin-1.6.1.jar Have fun! -The maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
