Repository: hadoop
Updated Branches:
  refs/heads/branch-2 c632c6e6e -> fa4a11103


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/fa4a1110
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fa4a1110
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fa4a1110

Branch: refs/heads/branch-2
Commit: fa4a11103737a997c0dca068deca99c29cf2d797
Parents: c632c6e
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:42 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/fa4a1110/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 d1eba25..30733e7 100644
--- a/hadoop-common-project/hadoop-kms/pom.xml
+++ b/hadoop-common-project/hadoop-kms/pom.xml
@@ -206,7 +206,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