From a3a792c1232c3e9dd46cff8302edbf5e8b4d0bc3 Mon Sep 17 00:00:00 2001 From: snicoll Date: Sun, 23 Apr 2006 19:24:35 +0000 Subject: [PATCH] MPWAR-39: Updated wrong documentation regarding web.xml filtering. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@396308 13f79535-47bb-0310-9956-ffa450edef68 --- war/xdocs/changes.xml | 5 +++-- war/xdocs/index.xml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index 5989e4e3..af9f22eb 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -25,8 +25,9 @@ - Now filtering when copying resources. - Added property maven.war.webxml.overwrite to control if the source web.xml overwrite the one in the generated webapp directory. + Updated wrong documentation regarding web.xml filtering. + Now filtering when copying resources. + Added property maven.war.webxml.overwrite to control if the source web.xml overwrite the one in the generated webapp directory. Fixed confusing documentation regarding maven.war.classes.includes and excludes properties License file is now added properly to the generated war Remove reference to unused caller tag library to suppress warning diff --git a/war/xdocs/index.xml b/war/xdocs/index.xml index 93512073..b044159d 100644 --- a/war/xdocs/index.xml +++ b/war/xdocs/index.xml @@ -64,8 +64,8 @@ myApplet to the /applets directory.

If you need to copy the web.xml file in order to replace some filter tokens or simply perform some custom modification to it, - simply write a pre-goal to the war:war goal in which - you perform the manipulation. Then set the + simply write a pre-goal to the war:war-resources + goal in which you perform the manipulation. Then set the maven.war.webxml property to point to your modified web.xml.