From 77d9b5710e185b1c3359907cdefd950e17af3783 Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Fri, 25 Sep 2020 17:38:17 +0800 Subject: [PATCH] Supply suitable test resouces dir for kyuubi-common --- kyuubi-common/pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/kyuubi-common/pom.xml b/kyuubi-common/pom.xml index 428def036..5ee738328 100644 --- a/kyuubi-common/pom.xml +++ b/kyuubi-common/pom.xml @@ -82,6 +82,15 @@ true + + + ${project.basedir}/src/test/resources + + + ${project.build.directory}/extra-test-resources + true + + @@ -116,7 +125,7 @@ - +