From ac943b9b03d8a1ea0f630462ca23d88a8919938a Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Wed, 19 Oct 2005 04:31:39 +0000 Subject: [PATCH] git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326379 13f79535-47bb-0310-9956-ffa450edef68 --- maven-site/src/site/apt/guides/mini/guide-site.apt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/maven-site/src/site/apt/guides/mini/guide-site.apt b/maven-site/src/site/apt/guides/mini/guide-site.apt index 5296eee9c2..d486f95665 100644 --- a/maven-site/src/site/apt/guides/mini/guide-site.apt +++ b/maven-site/src/site/apt/guides/mini/guide-site.apt @@ -49,7 +49,7 @@ Creating a site Generating the site is very simple, and fast! --------------- -mvn site:site +mvn site --------------- The resulting site will be in <<>> @@ -74,11 +74,8 @@ mvn site:site 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 <<>> in the path <<>>. - Deploying the site is done with the <<>> goal. Note that you cannot just call the deployment goal on its own, however. - You must presently run the <<>> goal as well. - --------------- -mvn site:site site:deploy +mvn site-deploy --------------- <> the trailing slash in the URL above indicates that any subprojects that inherit this value should append their artifact ID to