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 06:31:43 UTC

svn commit: r326379 - /maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-site.apt

Author: jvanzyl
Date: Tue Oct 18 21:31:39 2005
New Revision: 326379

URL: http://svn.apache.org/viewcvs?rev=326379&view=rev
Log: (empty)

Modified:
    maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-site.apt

Modified: maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-site.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-site.apt?rev=326379&r1=326378&r2=326379&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-site.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-site.apt Tue Oct 18 21:31:39 2005
@@ -49,7 +49,7 @@
   Generating the site is very simple, and fast!
 
 ---------------
-mvn site:site
+mvn site
 ---------------
 
   The resulting site will be in <<<target/site/...>>>
@@ -74,11 +74,8 @@
   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.
-  You must presently run the <<<site:site>>> goal as well.
-
 ---------------
-mvn site:site site:deploy
+mvn site-deploy
 ---------------
 
   <<Note:>> the trailing slash in the URL above indicates that any subprojects that inherit this value should append their artifact ID to