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 2012/07/29 23:23:08 UTC

svn commit: r1366954 - /maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/site/apt/index.apt

Author: hboutemy
Date: Sun Jul 29 21:23:08 2012
New Revision: 1366954

URL: http://svn.apache.org/viewvc?rev=1366954&view=rev
Log:
misc fixes

Modified:
    maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/site/apt/index.apt

Modified: maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/site/apt/index.apt?rev=1366954&r1=1366953&r2=1366954&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/site/apt/index.apt (original)
+++ maven/sandbox/trunk/plugins/maven-scm-publish-plugin/src/site/apt/index.apt Sun Jul 29 21:23:08 2012
@@ -43,11 +43,11 @@ Maven SCM Publish Plugin
     in (by default) <<<target/scmpublish-inventory.js>>>. This provides
     the point of reference for an eventual SCM checkin.
 
-    After running the prepare goal, the POM must run site:site and
-    site:stage, with the <stagingDirectory> set to
+    After running the prepare goal, the POM must run <<<site>>> phase then
+    <<<site:stage>>> goal, with the <stagingDirectory> set to
     <<<target/scmpublish-checkout>>>.
 
-    Finally, the <<publish>> goal compares the output of site:stage
+    Finally, the <<publish>> goal compares the output of <<<site:stage>>>
     with the inventory from the <<prepare>> goal, and issues
     appropriate SCM commands to add and delete, followed by a
     checkin.
@@ -81,7 +81,7 @@ Known Limitations
     (with <<<svn mkdir URL>>> for example),
 
     * the plugin works well for multi-module websites publishing to a complete directory:
-    you just need to publish <<<mvn site-stage>>> content. But if one module does not publish
+    you just need to publish <<<mvn site:stage>>> content. But if one module does not publish
     its content to the same directory (like Surefire or Enforcer, which have a
     base directory and one plugin in <<</plugins/>>>), this staging area can't be simply imported.