Index: common/src/test/org/apache/hadoop/hive/conf/TestHiveLogging.java =================================================================== --- common/src/test/org/apache/hadoop/hive/conf/TestHiveLogging.java (revision 1526342) +++ common/src/test/org/apache/hadoop/hive/conf/TestHiveLogging.java (working copy) @@ -45,6 +45,7 @@ } private void configLog(String hiveLog4jTest, String hiveExecLog4jTest) { + System.out.println("BLA "+ System.getProperty("test.build.resources") ); System.setProperty(ConfVars.HIVE_LOG4J_FILE.varname, System.getProperty("test.build.resources") + "/" + hiveLog4jTest); System.setProperty(ConfVars.HIVE_EXEC_LOG4J_FILE.varname, Index: pom.xml =================================================================== --- pom.xml (revision 1526342) +++ pom.xml (working copy) @@ -166,7 +166,8 @@ 1.6 - org.apache.maven.plugins + + org.apache.maven.plugins maven-install-plugin 2.4 @@ -182,6 +183,12 @@ true false + + + test.build.resources + ${project.build.directory}/test-classes + +