diff --git a/maven-site/src/site/apt/guides/getting-started/index.apt b/maven-site/src/site/apt/guides/getting-started/index.apt index cdbb7410e0..44a27523ee 100644 --- a/maven-site/src/site/apt/guides/getting-started/index.apt +++ b/maven-site/src/site/apt/guides/getting-started/index.apt @@ -444,7 +444,7 @@ Results : +----+ -m2 site:site +m2 site +----+ @@ -1070,7 +1070,7 @@ my-app Generating the site is very simple, and fast! --------------- -m2 site:site +m2 site --------------- The resulting site will be in <<>> @@ -1093,11 +1093,11 @@ m2 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. + 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 independantly. --------------- -m2 site:site site:deploy +m2 site-deploy --------------- <> the trailing slash in the URL above indicates that any subprojects that inherit this value should append their artifact ID to