From ba2f8cdeef2e7eaf0c7b498ecee9f069273ea473 Mon Sep 17 00:00:00 2001 From: Tomas Kyjovsky Date: Fri, 5 Jan 2018 05:16:44 +0100 Subject: [PATCH] KEYCLOAK-6085 Allow to customize DB dump download location through a Maven property --- testsuite/performance/tests/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuite/performance/tests/pom.xml b/testsuite/performance/tests/pom.xml index 524e20d0a2aa..fabddf1c81a3 100644 --- a/testsuite/performance/tests/pom.xml +++ b/testsuite/performance/tests/pom.xml @@ -58,6 +58,7 @@ 1 1 2g + https://downloads.jboss.org/keycloak-qe 1 @@ -620,6 +621,7 @@ ${deployment} import-dump ${dataset} + ${db.dump.download.site}