From 7d1bf06e086aa832e03301a314bd59a9fb1ec8fb Mon Sep 17 00:00:00 2001
From: brett
+If you need to add extra dependencies in the web application, there are two +properties you can use.
+war.bundle | This property includes the dependency in
+/WEB-INF/lib |
war.target.path | This bundles the dependency in the path +specified relative to the base of the web application. |
For example, the following adds commons-lang to /WEB-INF/lib and
+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
+ maven.war.webxml property to point to your modified
+ web.xml.
+