You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/09/04 22:36:35 UTC

svn commit: r1380869 - in /maven/plugins/trunk/maven-scm-publish-plugin/src/site/apt: index.apt various-tips.apt.vm

Author: olamy
Date: Tue Sep  4 20:36:34 2012
New Revision: 1380869

URL: http://svn.apache.org/viewvc?rev=1380869&view=rev
Log:
more documentation fix

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

Modified: maven/plugins/trunk/maven-scm-publish-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-scm-publish-plugin/src/site/apt/index.apt?rev=1380869&r1=1380868&r2=1380869&view=diff
==============================================================================
--- maven/plugins/trunk/maven-scm-publish-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-scm-publish-plugin/src/site/apt/index.apt Tue Sep  4 20:36:34 2012
@@ -28,15 +28,20 @@
 
 Maven SCM Publish Plugin
 
-    The  maven-scm-publish-plugin is a utility plugin to allow Apache
-    projects to publish Maven websites via the ASF svnpubsub 
-    system, and more generally to publish a site generated by Maven or any content to
-    any supported SCM. In addition to SCM operations, it takes care to
-    fix newline inconsistencies generated by <<<maven-site-plugin>>>, which prevents
-    simple content import to SCM.
+    The maven-scm-publish-plugin is a utility plugin to allow publishing Maven
+    website to any supported SCM.
+    The primary goal was to have an utility plugin to allow Apache projects
+    to publish Maven websites via the ASF svnpubsub system
+
+    In addition to SCM operations, it takes care to fix newline inconsistencies
+    generated by <<<maven-site-plugin>>>, which prevents simple content import to SCM.
 
     The plugin has been tested with git scm too and by example can push content for github pages too.
 
+
+Implementation
+
+
     The plugin provides two goals: <<prepare>> and <<publish>>.
     (TODO: deprecated by new <<publish-scm>> goal, which does everything in one step) 
 

Modified: maven/plugins/trunk/maven-scm-publish-plugin/src/site/apt/various-tips.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-scm-publish-plugin/src/site/apt/various-tips.apt.vm?rev=1380869&r1=1380868&r2=1380869&view=diff
==============================================================================
--- maven/plugins/trunk/maven-scm-publish-plugin/src/site/apt/various-tips.apt.vm (original)
+++ maven/plugins/trunk/maven-scm-publish-plugin/src/site/apt/various-tips.apt.vm Tue Sep  4 20:36:34 2012
@@ -31,6 +31,7 @@ Various tips for using this plugin
 * URLS format
 
   You must a scm url format:
+
 +----------------
   scm:<scm_provider><delimiter><provider_specific_part>
 +----------------
@@ -52,7 +53,9 @@ Various tips for using this plugin
 
 +----------------
 
-  <<<NOTE>>>: with the svn if the remote url doesn't exist it will be created.
+  <<NOTE>>: with the svn if the remote url doesn't exist it will be created.
+
+* Git branch
 
   To use git branch (by example: github gh-pages)