You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/02/02 14:55:53 UTC

[16/22] syncope git commit: [SYNCOPE-633] building documentation updated

[SYNCOPE-633] building documentation updated


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

Branch: refs/heads/master
Commit: bccd3a00d560cededa008993849e78a73d2593e2
Parents: 3967cfa
Author: fmartelli <fm...@apache.org>
Authored: Fri Jan 30 18:35:23 2015 +0100
Committer: fmartelli <fm...@apache.org>
Committed: Fri Jan 30 18:35:23 2015 +0100

----------------------------------------------------------------------
 src/site/xdoc/building.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/bccd3a00/src/site/xdoc/building.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index b9b1db9..9aa2409 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -115,6 +115,11 @@ $ mvn -Pdev -Dit.test=UserTestITCase#create</source>
         <a href="https://mariadb.org/">MariaDB</a> database via
         <source>$ mvn -Pmysql-it</source>
 
+        <h5>MariaDB</h5>
+        After providing connection information in <code>src/test/resources/mariadb/persistence.properties</code>,
+        perform the full test suite against a <a href="https://mariadb.org/">MariaDB</a> database via
+        <source>$ mvn -Pmariadb-it</source>
+
         <h5>Oracle database</h5>
         After providing connection information in <code>src/test/resources/oracle/persistence.properties</code>
         and having <a href="http://www.mkyong.com/maven/how-to-add-oracle-jdbc-driver-in-your-maven-local-repository/">