You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2007/02/07 15:57:14 UTC

svn commit: r504569 - /maven/plugins/trunk/maven-war-plugin/src/site/apt/usage.apt

Author: vsiveton
Date: Wed Feb  7 06:57:13 2007
New Revision: 504569

URL: http://svn.apache.org/viewvc?view=rev&rev=504569
Log:
MWAR-90: Documentation has a typo

o fixed the typo for webappDirectory

Modified:
    maven/plugins/trunk/maven-war-plugin/src/site/apt/usage.apt

Modified: maven/plugins/trunk/maven-war-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/site/apt/usage.apt?view=diff&rev=504569&r1=504568&r2=504569
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-war-plugin/src/site/apt/usage.apt Wed Feb  7 06:57:13 2007
@@ -149,7 +149,7 @@
 
  The default directory for the exploded war is <<<target/\<finalName\>>>>. The finalName is usually in the form
  of \<artifact\>-\<version\>. 
- This default directory can be overridden by specifying the webAppDirectory plugin parameter.
+ This default directory can be overridden by specifying the webappDirectory plugin parameter.
   
 +-------+
 <project>
@@ -161,7 +161,7 @@
         <artifactId>maven-war-plugin</artifactId>
         <version>2.0</version>
         <configuration>
-           <webAppDirectory>/sample/servlet/container/deploy/directory<webAppDirectory>    
+           <webappDirectory>/sample/servlet/container/deploy/directory<webappDirectory>    
         </configuration>
       </plugin>
     </plugins>