[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/2_0_X Commit: bccd3a00d560cededa008993849e78a73d2593e2 Parents: 3967cfa Author: fmartelli <fmarte...@apache.org> Authored: Fri Jan 30 18:35:23 2015 +0100 Committer: fmartelli <fmarte...@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/">