Author: olamy
Date: Tue Sep 4 13:06:45 2012
New Revision: 1380620
URL: http://svn.apache.org/viewvc?rev=1380620&view=rev
Log:
remove svn path is not created automaticcaly
Modified:
maven/plugins/trunk/maven-scm-publish-plugin/src/site/apt/index.apt
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=1380620&r1=1380619&r2=1380620&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 13:06:45 2012
@@ -3,7 +3,7 @@
------
Benson Margulies
------
- 2012-02-25
+ 2012-09-04
------
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -35,6 +35,8 @@ Maven SCM Publish Plugin
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.
+
The plugin provides two goals: <<prepare>> and <<publish>>.
(TODO: deprecated by new <<publish-scm>> goal, which does everything in
one step)
@@ -81,9 +83,8 @@ Known Limitations
There are 2 known limitations:
- * <<the plugin doesn't create the initial SCM directory>>, it just updates
content from an
- existing SCM directory. Then you need to manually create the empty
directory first
- (with <<<svn mkdir URL>>> for example),
+ * For svn the plugin can create the initial SCM directory if not exist.
But for git by example if you use a branch
+ the branch won't be created , you have to create it manually.
* 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