You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sn...@apache.org on 2007/01/03 20:31:39 UTC

svn commit: r492264 - /maven/plugins/trunk/maven-ear-plugin/src/site/apt/examples/excluding-a-module.apt

Author: snicoll
Date: Wed Jan  3 11:31:38 2007
New Revision: 492264

URL: http://svn.apache.org/viewvc?view=rev&rev=492264
Log:
MEAR-54: fixed wrong example in the documentation.

Modified:
    maven/plugins/trunk/maven-ear-plugin/src/site/apt/examples/excluding-a-module.apt

Modified: maven/plugins/trunk/maven-ear-plugin/src/site/apt/examples/excluding-a-module.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/src/site/apt/examples/excluding-a-module.apt?view=diff&rev=492264&r1=492263&r2=492264
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/src/site/apt/examples/excluding-a-module.apt (original)
+++ maven/plugins/trunk/maven-ear-plugin/src/site/apt/examples/excluding-a-module.apt Wed Jan  3 11:31:38 2007
@@ -38,11 +38,11 @@
         <configuration>
            [...]
            <modules>
-             <warModule>
+             <webModule>
                <groupId>artifactGroupId</groupId>
                <artifactId>artifactId</artifactId>
                <excluded>true</excluded>
-             </warModule>
+             </webModule>
           </modules>
         </configuration>
       </plugin>