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/03/14 22:54:11 UTC

svn commit: r1300746 - in /maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/site/apt: index.apt usage.apt.vm

Author: hboutemy
Date: Wed Mar 14 21:54:11 2012
New Revision: 1300746

URL: http://svn.apache.org/viewvc?rev=1300746&view=rev
Log:
talk about SCM instead of too specific Subversion

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

Modified: maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/site/apt/index.apt?rev=1300746&r1=1300745&r2=1300746&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/site/apt/index.apt (original)
+++ maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/site/apt/index.apt Wed Mar 14 21:54:11 2012
@@ -26,19 +26,20 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-ASF svnpubsub Plugin
+Maven Site CSM Publish Plugin
 
     The  maven-site-scm-publish-plugin is a utility plugin to allow Apache
     projects to publish Maven websites via the ASF svnpubsub 
-    system. 
+    system, and more generally to publish a site generated by maven to
+    any supported SCM.
 
     The plugin provides two goals: <<prepare>> and <<publish>>.
 
     The prepare goal checks out the contents of a directory from 
-    Subversion into (by default) target/svnpubsub-checkout. It 
-    then lists the files known to Subversion and stores them
+    the SCM into (by default) target/svnpubsub-checkout. It 
+    then lists the files known to the SCM and stores them
     in (by default) target/svnpubsub-inventory.js. This provides
-    the point of reference for an eventual Subversion checkin.
+    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
@@ -55,5 +56,5 @@ ASF svnpubsub Plugin
 
     The <<svnpubsub.skipCheckin>> parameter omits the final checkin.
     This allows you to visit target/svnpubsub-checkout, and validate
-    its contents before submitting to Subversion.
+    its contents before submitting to the SCM.
   
\ No newline at end of file

Modified: maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/site/apt/usage.apt.vm?rev=1300746&r1=1300745&r2=1300746&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/site/apt/usage.apt.vm Wed Mar 14 21:54:11 2012
@@ -29,9 +29,8 @@
 
 Usage
 
- The  maven-site-scm-publish-plugin submits modified sites to subversion for
- publication with svnpubsub. There are two ways you can set this
- up in your POM.
+ The  maven-site-scm-publish-plugin submits modified sites to SCM.
+ There are two ways you can set this up in your POM.
 
 * Use the Custom Lifecycle