Revert "Addendum patch for HADOOP-13514 Upgrade maven surefire plugin to 2.19.1. Contributed by Akira Ajisaka."
This reverts commit e48b592f8ba1d8a89587f2c4403d861f2d015a9a. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/94e77e91 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/94e77e91 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/94e77e91 Branch: refs/heads/HDFS-9806 Commit: 94e77e9115167e41cd9897472159b1eda24230ab Parents: b3c15e4 Author: Steve Loughran <[email protected]> Authored: Thu Oct 27 15:18:24 2016 +0200 Committer: Steve Loughran <[email protected]> Committed: Thu Oct 27 15:18:24 2016 +0200 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/94e77e91/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 7537a83..c7c5a72 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>${project.build.directory}/test-classes</test.build.classes> + <test.build.classes>${test.build.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: [email protected] For additional commands, e-mail: [email protected]
