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 @@
maven.war.webxml.overwrite to control if the source web.xml overwrite the one in the generated webapp directory.maven.war.webxml.overwrite to control if the source web.xml overwrite the one in the generated webapp directory./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.