|
@@ -176,6 +176,10 @@
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<configuration>
|
|
<configuration>
|
|
|
|
+ <environmentVariables>
|
|
|
|
+ <!-- HADOOP_HOME required for tests on Windows to find winutils -->
|
|
|
|
+ <HADOOP_HOME>${basedir}/../../../hadoop-common-project/hadoop-common/target</HADOOP_HOME>
|
|
|
|
+ </environmentVariables>
|
|
<properties>
|
|
<properties>
|
|
<property>
|
|
<property>
|
|
<name>listener</name>
|
|
<name>listener</name>
|