Repository: kylin Updated Branches: refs/heads/master e1d5b2938 -> 6afcb2690
minor, fix kylin-tools-log4j.properties location in pom.xml Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/6afcb269 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/6afcb269 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/6afcb269 Branch: refs/heads/master Commit: 6afcb2690c0d7eefd50e103e298aff80286776a4 Parents: e1d5b29 Author: Yang Li <liy...@apache.org> Authored: Thu Nov 24 21:55:19 2016 +0800 Committer: Yang Li <liy...@apache.org> Committed: Thu Nov 24 21:55:19 2016 +0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/6afcb269/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9628c0d..0501d0f 100644 --- a/pom.xml +++ b/pom.xml @@ -1097,7 +1097,7 @@ </property> <property> <name>log4j.configuration</name> - <value>file:${project.basedir}/build/conf/kylin-tools-log4j.properties</value> + <value>file:${pom.parent.basedir}/build/conf/kylin-tools-log4j.properties</value> </property> </systemProperties> <argLine>-javaagent:${project.build.testOutputDirectory}/jamm.jar ${argLine}</argLine>