This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-site.git

commit 8b89111814759fd9f9927401273dc0742a7c643d
Author: Georg Kallidis <[email protected]>
AuthorDate: Tue Aug 2 13:57:09 2016 +0000

    - Fulcrum PArent surefire update
    - Intake xml fix
    - Adding some hints into READMEs
    
    git-svn-id: 
https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/site@1754925 
13f79535-47bb-0310-9956-ffa450edef68
---
 README.txt | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/README.txt b/README.txt
index 8953d69..5b2b11f 100644
--- a/README.txt
+++ b/README.txt
@@ -8,19 +8,19 @@ into .html files using Maven.
 
 <http://maven.apache.org/>
 
-Once you have the site checked out locally, cd into your
-fulcrum-site directory and execute:
+Using scm-publish Plugin, cft. http://commons.apache.org/site-publish.html for 
publishing:
+
+Check first, that turbine.site.path matches the target pubScmUrl (e.g. by 
investigating the result of mvn help:effective-pom)
+
+Once you have the site checked out locally, cd into your fulcrum-site 
directory and execute:
 
 mvn site
 
-This will build the documentation into the target/site/ directory. The output
-will show you which files got re-generated.
+This will build the documentation into the target/site/ directory. The output 
will show you which files got re-generated.
 
-If you would like to make modifications to the web site documents,
-you simply need to edit the files in the xdocs/ directory.
+If you would like to make modifications to the web site documents, you simply 
need to edit the files in the xdocs/ directory.
 
-Once you have built your documentation and confirmed that your changes are
-ok, you can check your .xml files back into Subversion.
+Once you have built your documentation and confirmed that your changes are ok, 
you can check your .xml files back into Subversion.
 
 To test what files would be deleted or updated run:
 
@@ -28,6 +28,9 @@ mvn site:stage scm-publish:publish-scm 
-Dscmpublish.dryRun=true
 
 To deploy the site execute:
 
-mvn site-deploy
+mvn site:stage scm-publish:publish-scm
+
 To do this you need an account on the people.apache.org machine!!
 
+
+

Reply via email to