Repository: hadoop
Updated Branches:
  refs/heads/branch-3.2 a99658cd8 -> 71faacd17


HADOOP-15818. Fix deprecated maven-surefire-plugin configuration in hadoop-kms 
module

This closes #425

Signed-off-by: Akira Ajisaka <aajis...@apache.org>
(cherry picked from commit a30b1d1824201df45535706462505f07bb9776eb)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/71faacd1
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/71faacd1
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/71faacd1

Branch: refs/heads/branch-3.2
Commit: 71faacd17557bdfedc741117fe4561c3a0b94f5f
Parents: a99658c
Author: Vidura Mudalige <vidura.mudal...@kohls.com>
Authored: Mon Oct 8 23:28:30 2018 +0530
Committer: Akira Ajisaka <aajis...@apache.org>
Committed: Tue Oct 9 12:57:06 2018 +0900

----------------------------------------------------------------------
 hadoop-common-project/hadoop-kms/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/71faacd1/hadoop-common-project/hadoop-kms/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-kms/pom.xml 
b/hadoop-common-project/hadoop-kms/pom.xml
index 03a68c5..f214c88 100644
--- a/hadoop-common-project/hadoop-kms/pom.xml
+++ b/hadoop-common-project/hadoop-kms/pom.xml
@@ -186,7 +186,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <forkMode>always</forkMode>
+          <forkCount>1</forkCount>
+          <reuseForks>false</reuseForks>
           <threadCount>1</threadCount>
           <forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
           <properties>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to