You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/09/08 19:21:58 UTC

[maven-site] branch master updated: guide-site.apt: fix typo in mvn command

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new e2ea765  guide-site.apt: fix typo in mvn command
e2ea765 is described below

commit e2ea7658e93f215363b5d54ae6c939f496a5bcf9
Author: Waldir Pimenta <wa...@gmail.com>
AuthorDate: Wed Sep 8 19:57:24 2021 +0100

    guide-site.apt: fix typo in mvn command
---
 content/apt/guides/mini/guide-site.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/guides/mini/guide-site.apt b/content/apt/guides/mini/guide-site.apt
index 9470950..a127254 100644
--- a/content/apt/guides/mini/guide-site.apt
+++ b/content/apt/guides/mini/guide-site.apt
@@ -157,7 +157,7 @@ mvn site-deploy
 
   Deploying the site is done in 2 steps:
   
-  [[1]] staging the content by using the <<<site>>> phase of the site lifecycle followed by <<<site:stage>>>: <<<mvn site site-stage>>>
+  [[1]] staging the content by using the <<<site>>> phase of the site lifecycle followed by <<<site:stage>>>: <<<mvn site site:stage>>>
 
   [[2]] publishing the staged site to the SCM: <<<mvn scm-publish:publish-scm>>>