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