|
@@ -297,6 +297,12 @@
|
|
|
<startKdc>${startKdc}</startKdc>
|
|
|
<kdc.resource.dir>${kdc.resource.dir}</kdc.resource.dir>
|
|
|
</systemPropertyVariables>
|
|
|
+ <properties>
|
|
|
+ <property>
|
|
|
+ <name>listener</name>
|
|
|
+ <value>org.apache.hadoop.test.TimedOutTestsListener</value>
|
|
|
+ </property>
|
|
|
+ </properties>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
@@ -481,18 +487,6 @@
|
|
|
</excludes>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <properties>
|
|
|
- <property>
|
|
|
- <name>listener</name>
|
|
|
- <value>org.apache.hadoop.test.TimedOutTestsListener</value>
|
|
|
- </property>
|
|
|
- </properties>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|