Updating site content with doc build instruction + buildbot

Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/69df3afa
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/69df3afa
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/69df3afa

Branch: refs/heads/master
Commit: 69df3afa3b57567af93e76d7b2c50e7a66c630a0
Parents: 7bd4656
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Thu Aug 4 12:06:16 2016 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Thu Aug 4 12:06:16 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/building.xml    | 16 ++++++++++++----
 src/site/xdoc/integration.xml |  6 ++++++
 2 files changed, 18 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/69df3afa/src/site/xdoc/building.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index 75126da..88ad666 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -94,10 +94,10 @@ under the License.
         <h4>JRebel</h4>
         As with Debug, but with <a 
href="http://zeroturnaround.com/software/jrebel/";>JRebel</a> features enabled.
         <source>$ export REBEL_HOME=/opt/jrebel
-          $ mvn -Pjrebel,all</source>
+$ mvn -Pjrebel,all</source>
         or, without Activiti and Camel support
         <source>$ export REBEL_HOME=/opt/jrebel
-          $ mvn -Pjrebel</source>
+$ mvn -Pjrebel</source>
 
         <h4>DBMSes</h4>
 
@@ -158,7 +158,7 @@ under the License.
         <h4>JRebel</h4>
         As with Debug, but with <a 
href="http://zeroturnaround.com/software/jrebel/";>JRebel</a> features enabled.
         <source>$ export REBEL_HOME=/opt/jrebel
-          $ mvn -Pjrebel</source>
+$ mvn -Pjrebel</source>
       </subsection>
       
       <subsection name="fit/enduser-reference">
@@ -171,8 +171,16 @@ under the License.
         <h4>JRebel</h4>
         As with Debug, but with <a 
href="http://zeroturnaround.com/software/jrebel/";>JRebel</a> features enabled.
         <source>$ export REBEL_HOME=/opt/jrebel
-          $ mvn -Pjrebel</source>
+$ mvn -Pjrebel</source>
       </subsection>
     </section>
+
+    <section name="Building documentation">
+      <p>
+        To build Syncope documentation execute (from within the check-out 
directory):
+        <source>$ mvn -N -P site clean generate-resources</source>
+        The documentation artifacts are now be available under 
<tt>target/generated-docs/</tt>.
+      </p>
+    </section>
   </body>
 </document>

http://git-wip-us.apache.org/repos/asf/syncope/blob/69df3afa/src/site/xdoc/integration.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/integration.xml b/src/site/xdoc/integration.xml
index 94b5ded..186a8c5 100644
--- a/src/site/xdoc/integration.xml
+++ b/src/site/xdoc/integration.xml
@@ -39,5 +39,11 @@ under the License.
         </a>
       </p>
     </section>
+    
+    <section name="Buildbot">
+      <p>
+        <source><a 
href="https://ci.apache.org/builders/syncope-master-docs";>https://ci.apache.org/builders/syncope-master-docs</a></source>
+      </p>
+    </section>
   </body>
 </document>

Reply via email to