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 2012/07/17 21:31:27 UTC

svn commit: r1362617 - /maven/maven-3/trunk/maven-core/src/site/apt/lifecycles.apt.vm

Author: hboutemy
Date: Tue Jul 17 19:31:27 2012
New Revision: 1362617

URL: http://svn.apache.org/viewvc?rev=1362617&view=rev
Log:
fixed typo

Modified:
    maven/maven-3/trunk/maven-core/src/site/apt/lifecycles.apt.vm

Modified: maven/maven-3/trunk/maven-core/src/site/apt/lifecycles.apt.vm
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/src/site/apt/lifecycles.apt.vm?rev=1362617&r1=1362616&r2=1362617&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-core/src/site/apt/lifecycles.apt.vm (original)
+++ maven/maven-3/trunk/maven-core/src/site/apt/lifecycles.apt.vm Tue Jul 17 19:31:27 2012
@@ -1,10 +1,10 @@
- ---
+ -----
  Lifecycles Reference
- ---
+ -----
  Hervé Boutemy
- ---
+ -----
  2011-09-12
- ---
+ -----
   
 Lifecycles Reference
 
@@ -14,7 +14,7 @@ Lifecycles Reference
 
 * <<<default>>> Lifecycle
 
-  <<<default>>> lifecycle is defined <<without>> any associated.
+  <<<default>>> lifecycle is defined <<without>> any associated plugin.
   Plugin bindings for this lifecycle are {{{./default-bindings.html}defined separately for every packaging}}:
 
 %{snippet|id=lifecycle|file=${project.basedir}/src/main/resources/META-INF/plexus/components.xml}