diff --git a/war/project.xml b/war/project.xml index ee1763b1..b50b76b2 100644 --- a/war/project.xml +++ b/war/project.xml @@ -23,7 +23,7 @@ 3 maven-war-plugin Maven WAR Plugin - 1.7-SNAPSHOT + 1.6.1 War Plugin for Maven War Plugin for Maven http://maven.apache.org/reference/plugins/war/ @@ -45,6 +45,11 @@ 1.6 MAVEN_WAR_1_6 + + 1.6.1 + 1.6.1 + MAVEN_WAR_1_6_1 + diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index 0e5ef034..6cd336a4 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -24,19 +24,18 @@ Vincent Massol - - Removed attribute update=true from ant:jar call, so now a fresh WAR is created on each run. - - Made the maven.war.final.name property 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:init goal. + + Removed attribute + update=truefrom + ant:jarcall, so now a fresh WAR is created on each run. + + 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. Splitted war:webapp in war:war-resources and war:webapp. Deprecated war:load hook goal - - Allow use of maven.war.manifest to specify the manifest file location. - + Allow use of maven.war.manifest to specify the manifest file location. Make docs more readable.