From b8d586fd8a507fd93fd5d927c848cc62f5ee4752 Mon Sep 17 00:00:00 2001 From: Suresh Srinivas Date: Thu, 24 Jan 2013 21:51:34 +0000 Subject: [PATCH] HADOOP-9242. Duplicate surefire plugin config in hadoop-common. Contributed by Andrey Klochkov. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1438213 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 16acd69e587956105897ccff2d4dd4b473aaf8bc) --- .../hadoop-common/CHANGES.txt | 3 +++ hadoop-common-project/hadoop-common/pom.xml | 18 ++++++------------ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 88ba5350244..21e5fbf70b4 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -696,6 +696,9 @@ Release 2.8.0 - UNRELEASED HADOOP-12519. hadoop-azure tests should avoid creating a metrics configuration file in the module root directory. (cnauroth) + HADOOP-9242. Duplicate surefire plugin config in hadoop-common. + (Andrey Klochkov via suresh) + OPTIMIZATIONS HADOOP-12051. ProtobufRpcEngine.invoke() should use Exception.toString() diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml index 22d66cfa280..ccbe0d647e6 100644 --- a/hadoop-common-project/hadoop-common/pom.xml +++ b/hadoop-common-project/hadoop-common/pom.xml @@ -403,6 +403,12 @@ ${kdc.resource.dir} ${runningWithNative} + + + listener + org.apache.hadoop.test.TimedOutTestsListener + + @@ -492,18 +498,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - - - listener - org.apache.hadoop.test.TimedOutTestsListener - - - -