You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/09/20 20:39:41 UTC

svn commit: r697405 - /maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt

Author: bentmann
Date: Sat Sep 20 11:39:41 2008
New Revision: 697405

URL: http://svn.apache.org/viewvc?rev=697405&view=rev
Log:
o Fixed typos

Modified:
    maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt

Modified: maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt?rev=697405&r1=697404&r2=697405&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt (original)
+++ maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt Sat Sep 20 11:39:41 2008
@@ -358,7 +358,7 @@
 *-------------------------------+--------------------------------------------------------------------------------------+
 | <<<compile>>>                 | <<<compiler:compile>>>
 *-------------------------------+--------------------------------------------------------------------------------------+
-| <<<process-test-resources>>>  | <<<resources:testResource>>>
+| <<<process-test-resources>>>  | <<<resources:testResources>>>
 *-------------------------------+--------------------------------------------------------------------------------------+
 | <<<test-compile>>>            | <<<compiler:testCompile>>>
 *-------------------------------+--------------------------------------------------------------------------------------+
@@ -394,7 +394,7 @@
 *-------------------------------+--------------------------------------------------------------------------------------+
 | <<<compile>>>                 | <<<compiler:compile>>>
 *-------------------------------+--------------------------------------------------------------------------------------+
-| <<<process-test-resources>>>  | <<<resources:testResource>>>
+| <<<process-test-resources>>>  | <<<resources:testResources>>>
 *-------------------------------+--------------------------------------------------------------------------------------+
 | <<<test-compile>>>            | <<<compiler:testCompile>>>
 *-------------------------------+--------------------------------------------------------------------------------------+