You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/10/27 00:47:17 UTC

svn commit: r1402709 - in /maven/plugins/trunk/maven-assembly-plugin/src: main/mdo/descriptor.mdo site/apt/index.apt

Author: dennisl
Date: Fri Oct 26 22:47:17 2012
New Revision: 1402709

URL: http://svn.apache.org/viewvc?rev=1402709&view=rev
Log:
[MASSEMBLY-604] Please document <format>dir</format>
[MASSEMBLY-623] Assembly documentation does not list all supported formats

Modified:
    maven/plugins/trunk/maven-assembly-plugin/src/main/mdo/descriptor.mdo
    maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt

Modified: maven/plugins/trunk/maven-assembly-plugin/src/main/mdo/descriptor.mdo
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/main/mdo/descriptor.mdo?rev=1402709&r1=1402708&r2=1402709&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/main/mdo/descriptor.mdo (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/main/mdo/descriptor.mdo Fri Oct 26 22:47:17 2012
@@ -100,7 +100,7 @@
             
             Multiple formats can be
             supplied and the Assembly Plugin will generate an archive for each
-            desired formats. When deploying your project, all file formats
+            of the desired formats. When deploying your project, all file formats
             specified will also be deployed. A format is specified by supplying
             one of the following values in a &lt;format&gt; subelement:
             <ul>
@@ -108,6 +108,9 @@
               <li><b>"tar"</b> - Creates a TAR format</li>
               <li><b>"tar.gz"</b> - Creates a gzip'd TAR format</li>
               <li><b>"tar.bz2"</b> - Creates a bzip'd TAR format</li>
+              <li><b>"jar"</b> - Creates a JAR format</li>
+              <li><b>"dir"</b> - Creates an exploded directory format</li>
+              <li><b>"war"</b> - Creates a WAR format</li>
             </ul>
             ]]>
           </description>

Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt?rev=1402709&r1=1402708&r2=1402709&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt Fri Oct 26 22:47:17 2012
@@ -4,7 +4,7 @@
   John Casey
   Edwin Punzalan
   ---
-  2011-02-07
+  2012-10-27
   ---
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -48,6 +48,8 @@ Maven Assembly Plugin
 
     * zip
 
+    * tar
+
     * tar.gz
 
     * tar.bz2