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
This commit is contained in:
snicoll 2006-04-23 19:24:35 +00:00
parent b2b8b70307
commit a3a792c123
2 changed files with 5 additions and 4 deletions

View File

@ -25,8 +25,9 @@
</properties>
<body>
<release version="1.6.2-SNAPSHOT" date="in SVN">
<action dev="snicoll" type="fix" issue="MPWAR-46">Now filtering when copying resources.</action>
<action dev="snicoll" type="fix" issue="MPWAR-52">Added property <code>maven.war.webxml.overwrite</code> to control if the source web.xml overwrite the one in the generated webapp directory.</action>
<action dev="snicoll" type="update" issue="MPWAR-39">Updated wrong documentation regarding web.xml filtering.</action>
<action dev="snicoll" type="update" issue="MPWAR-46">Now filtering when copying resources.</action>
<action dev="snicoll" type="add" issue="MPWAR-52">Added property <code>maven.war.webxml.overwrite</code> to control if the source web.xml overwrite the one in the generated webapp directory.</action>
<action dev="snicoll" type="fix" issue="MPWAR-29">Fixed confusing documentation regarding maven.war.classes.includes and excludes properties</action>
<action dev="snicoll" type="fix" issue="MPWAR-32">License file is now added properly to the generated war</action>
<action dev="brett" type="fix">Remove reference to unused caller tag library to suppress warning</action>

View File

@ -64,8 +64,8 @@ myApplet to the <code>/applets</code> directory.
<p>
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 <code>war:war</code> goal in which
you perform the manipulation. Then set the
simply write a pre-goal to the <code>war:war-resources</code>
goal in which you perform the manipulation. Then set the
<code>maven.war.webxml</code> property to point to your modified
<code>web.xml</code>.
</p>