Repository: hadoop
Updated Branches:
  refs/heads/trunk 08bb6c49a -> a30b1d182


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

This closes #425

Signed-off-by: Akira Ajisaka <aajis...@apache.org>


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

Branch: refs/heads/trunk
Commit: a30b1d1824201df45535706462505f07bb9776eb
Parents: 08bb6c49
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:55:34 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/a30b1d18/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 0ed3dc3..9b1936f 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