You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by we...@apache.org on 2016/10/26 21:09:38 UTC

hadoop git commit: Addendum patch for HADOOP-13514 Upgrade maven surefire plugin to 2.19.1. Contributed by Akira Ajisaka.

Repository: hadoop
Updated Branches:
  refs/heads/trunk f511cc89b -> e48b592f8


Addendum patch for HADOOP-13514 Upgrade maven surefire plugin to 2.19.1. Contributed by Akira Ajisaka.


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

Branch: refs/heads/trunk
Commit: e48b592f8ba1d8a89587f2c4403d861f2d015a9a
Parents: f511cc8
Author: Wei-Chiu Chuang <we...@apache.org>
Authored: Wed Oct 26 14:08:54 2016 -0700
Committer: Wei-Chiu Chuang <we...@apache.org>
Committed: Wed Oct 26 14:08:54 2016 -0700

----------------------------------------------------------------------
 hadoop-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/e48b592f/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index c7c5a72..7537a83 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1372,7 +1372,7 @@
             <test.build.data>${test.build.data}</test.build.data>
             <test.build.webapps>${test.build.webapps}</test.build.webapps>
             <test.cache.data>${test.cache.data}</test.cache.data>
-            <test.build.classes>${test.build.classes}</test.build.classes>
+            <test.build.classes>${project.build.directory}/test-classes</test.build.classes>
 
             <java.net.preferIPv4Stack>true</java.net.preferIPv4Stack>
             <java.security.krb5.conf>${project.build.directory}/test-classes/krb5.conf</java.security.krb5.conf>


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