summaryrefslogtreecommitdiff
path: root/hadoop-project
diff options
context:
space:
mode:
authorAkira Ajisaka <aajisaka@apache.org>2017-11-19 12:39:02 -0800
committerAllen Wittenauer <aw@apache.org>2017-11-19 12:39:37 -0800
commit6903cf096e702c8d4827d4e72cd5638c3a3b5429 (patch)
tree1ef6a7420236bfbfefae51b9e3d40687522fb817 /hadoop-project
parentb5b81a4f086126974c75dab9b54aea20a0c1a48f (diff)
HADOOP-13514. Upgrade maven surefire plugin to 2.20.1
Signed-off-by: Allen Wittenauer <aw@apache.org>
Diffstat (limited to 'hadoop-project')
-rw-r--r--hadoop-project/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index f99e41386c..c4dc1bf63e 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -118,7 +118,7 @@
<!-- Plugin versions and config -->
<maven-surefire-plugin.argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
- <maven-surefire-plugin.version>2.17</maven-surefire-plugin.version>
+ <maven-surefire-plugin.version>2.20.1</maven-surefire-plugin.version>
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
<maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version>
@@ -1602,6 +1602,7 @@
<DYLD_LIBRARY_PATH>${env.DYLD_LIBRARY_PATH}:${project.build.directory}/native/target/usr/local/lib:${hadoop.common.build.dir}/native/target/usr/local/lib</DYLD_LIBRARY_PATH>
<MALLOC_ARENA_MAX>4</MALLOC_ARENA_MAX>
</environmentVariables>
+ <trimStackTrace>false</trimStackTrace>
<systemPropertyVariables>
<hadoop.log.dir>${project.build.directory}/log</hadoop.log.dir>
@@ -1612,7 +1613,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>