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.