You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by an...@apache.org on 2012/10/03 11:30:31 UTC

svn commit: r1393371 - /maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/using-components.apt.vm

Author: andham
Date: Wed Oct  3 09:30:31 2012
New Revision: 1393371

URL: http://svn.apache.org/viewvc?rev=1393371&view=rev
Log:
[MASSEMBLY-631] "Using Component Descriptors" page uses deprecated assembly goal

Modified:
    maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/using-components.apt.vm

Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/using-components.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/using-components.apt.vm?rev=1393371&r1=1393370&r2=1393371&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/using-components.apt.vm (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/using-components.apt.vm Wed Oct  3 09:30:31 2012
@@ -191,9 +191,9 @@ Using Component Descriptors
 * Creating The Distributions
 
   Since we didn't configure the assembly plugin to always generate the
-  configured assemblies during the project's normal build lifecycles, we create
+  configured assemblies during the project's normal build lifecycle, we create
   the distributions by:
 
 +-----
-  mvn assembly:assembly
+  mvn assembly:single
 +-----