You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/03/22 17:21:56 UTC

svn commit: r1580241 - /maven/site/trunk/content/apt/guides/mini/guide-assemblies.apt

Author: hboutemy
Date: Sat Mar 22 16:21:55 2014
New Revision: 1580241

URL: http://svn.apache.org/r1580241
Log:
fixed typo

Modified:
    maven/site/trunk/content/apt/guides/mini/guide-assemblies.apt

Modified: maven/site/trunk/content/apt/guides/mini/guide-assemblies.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/mini/guide-assemblies.apt?rev=1580241&r1=1580240&r2=1580241&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/mini/guide-assemblies.apt (original)
+++ maven/site/trunk/content/apt/guides/mini/guide-assemblies.apt Sat Mar 22 16:21:55 2014
@@ -84,11 +84,11 @@ Guide to creating assemblies
 +----+
 
  You can use a manually defined assembly descriptor as mentioned before but it is simpler to use the 
- {{{http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#bin}pre-defined assembly descriptor bin}
+ {{{http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#bin}pre-defined assembly descriptor bin}}
  in such cases.
 
  How to use such pre-defined assembly descriptors is described in the 
- {{{http://maven.apache.org/plugins/maven-assembly-plugin/usage.html#Configuration}}documentation of maven-assembly-plugin}.
+ {{{http://maven.apache.org/plugins/maven-assembly-plugin/usage.html#Configuration}documentation of maven-assembly-plugin}}.
 
 +----+
 <assembly 
@@ -130,7 +130,7 @@ Guide to creating assemblies
 +----+
 
   If you like to create a source distribution package the best solution is to use the
-  {{{http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#src}pre-defined assembly descriptor src}
+  {{{http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#src}pre-defined assembly descriptor src}}
   for such purposes.
 
 +----+
@@ -170,5 +170,3 @@ mvn assembly:single
 
   But the best solution is to create such distribution package within the 
   life-cycle.
-
-