You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/10/19 00:16:23 UTC

svn commit: r326276 - /maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt

Author: jvanzyl
Date: Tue Oct 18 15:16:21 2005
New Revision: 326276

URL: http://svn.apache.org/viewcvs?rev=326276&view=rev
Log:
o we now have site and site-deploy as phases

Modified:
    maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt

Modified: maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt?rev=326276&r1=326275&r2=326276&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt Tue Oct 18 15:16:21 2005
@@ -444,7 +444,7 @@
 
 +----+
 
-m2 site:site
+m2 site
 
 +----+
 
@@ -1070,7 +1070,7 @@
  Generating the site is very simple, and fast!
 
 ---------------
-m2 site:site
+m2 site
 ---------------
 
  The resulting site will be in <<<target/site/...>>>
@@ -1093,11 +1093,11 @@
   file in the same way as you would for any other repository. The URL gives the location to deploy to. Currently,
   only SSH is supported, as above which copies to the host <<<www.mycompany.com>>> in the path <<</www/docs/project/>>>.
 
-  Deploying the site is done with the <<<site:deploy>>> goal. Note that you cannot just call the deployment goal on its own, however.
+  Deploying the site is done with the <<<site-deploy>>> goal. Note that you cannot just call the deployment goal on its own, however.
   You must presently run the <<<site:site>>> goal independantly.
 
 ---------------
-m2 site:site site:deploy
+m2 site-deploy
 ---------------
 
   <<Note:>> the trailing slash in the URL above indicates that any subprojects that inherit this value should append their artifact ID to