|
@@ -28,6 +28,27 @@
|
|
|
<name>hadoop-yarn-server</name>
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
+ <build>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-surefire-plugin</artifactId>
|
|
|
+ <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>
|
|
|
+ <property>
|
|
|
+ <name>listener</name>
|
|
|
+ <value>org.apache.hadoop.test.TimedOutTestsListener</value>
|
|
|
+ </property>
|
|
|
+ </properties>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </build>
|
|
|
+
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.hadoop</groupId>
|