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 2008/02/16 15:47:40 UTC

svn commit: r628312 - /maven/plugins/trunk/maven-war-plugin/src/site/apt/overlays.apt

Author: snicoll
Date: Sat Feb 16 06:47:39 2008
New Revision: 628312

URL: http://svn.apache.org/viewvc?rev=628312&view=rev
Log:
MWAR-137: Fixed documentation regarding Zip overlays.

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

Modified: maven/plugins/trunk/maven-war-plugin/src/site/apt/overlays.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/site/apt/overlays.apt?rev=628312&r1=628311&r2=628312&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/src/site/apt/overlays.apt (original)
+++ maven/plugins/trunk/maven-war-plugin/src/site/apt/overlays.apt Sat Feb 16 06:47:39 2008
@@ -147,6 +147,9 @@
   * <<artifactId>> - sets the artifactId of the overlay artifact you want to
   configure.
 
+  * <<type>> - sets the type of the overlay artifact you want to
+  configure. By default, war.
+
   * <<classifier>> - sets the classifier of the overlay artifact you want to
   configure if multiple artifacts matches the groupId/artifact.
 
@@ -358,6 +361,7 @@
             <overlay>
               <groupId>zipGroupId</groupId>
               <artifactId>zipArtifactId</artifactId>
+              <type>zip</type>
               <targetPath>scripts</targetPath>
             </overlay>
           </overlays>