From 4a74ef8c7414aadc9728f98694ddad26343c24e3 Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Mon, 1 Feb 2016 07:31:40 +0000 Subject: [PATCH] Sonar build was failing because of missing master.db.url when using another DB other than H2 --- rm-community/rm-community-repo/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 52ef00da28..6affa73272 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -352,6 +352,7 @@ ${my.db.port} org.hibernate.dialect.MySQLInnoDBDialect + jdbc:mysql://${alfresco.db.host}:${alfresco.db.port}/${alfresco.db.name} jdbc:mysql://${alfresco.db.host}:${alfresco.db.port}/${alfresco.db.name} org.gjt.mm.mysql.Driver @@ -363,6 +364,7 @@ ${my.db.port} org.hibernate.dialect.PostgreSQLDialect + jdbc:postgresql:template1 jdbc:postgresql:${alfresco.db.name} org.postgresql.Driver