You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/01/02 00:02:46 UTC

svn commit: r1554694 - /maven/site/trunk/content/apt/developers/website/deploy-component-reference-documentation.apt

Author: hboutemy
Date: Wed Jan  1 23:02:45 2014
New Revision: 1554694

URL: http://svn.apache.org/r1554694
Log:
made site:stage inconditionnal to simplify instructions

Modified:
    maven/site/trunk/content/apt/developers/website/deploy-component-reference-documentation.apt

Modified: maven/site/trunk/content/apt/developers/website/deploy-component-reference-documentation.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/developers/website/deploy-component-reference-documentation.apt?rev=1554694&r1=1554693&r2=1554694&view=diff
==============================================================================
--- maven/site/trunk/content/apt/developers/website/deploy-component-reference-documentation.apt (original)
+++ maven/site/trunk/content/apt/developers/website/deploy-component-reference-documentation.apt Wed Jan  1 23:02:45 2014
@@ -72,16 +72,13 @@ mvn -Prun-its install
  [[1]] build the reference documentation:
 
 +----------+
-mvn -Preporting site
+mvn -Preporting site site:stage
 +----------+
 
- [[2]] if the component has multiple modules, locally stage the site:
+ Notice: <<<site:stage>>> is really necessary only for multi-modules components, but added inconditionnally in these instructions
+ to keep them as straightforward as possible.
 
-+----------+
-mvn site:stage
-+----------+
-
- [[3]] stage the reference documentation to website production svn area, using
+ [[2]] stage the reference documentation to website production svn area, using
  {{{/plugins/maven-scm-publish-plugin}maven-scm-publish-plugin}}: (TODO: explanations on configuration in pom to yyy-LATEST)
 
 +----------+