Skip to content

Commit ddc99a7

Browse files
slfan1989pan3793
authored andcommitted
HADOOP-19071. Update maven-surefire-plugin from 3.0.0 to 3.2.5. (apache#6664) Contributed by Shilun Fan.
Reviewed-by: Steve Loughran <stevel@cloudera.com> Reviewed-by: Ayush Saxena <ayushsaxena@apache.org> Signed-off-by: Shilun Fan <slfan1989@apache.org>
1 parent c2832f6 commit ddc99a7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hadoop-project/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
</extraJavaTestArgs>
186186
<!-- Plugin versions and config -->
187187
<maven-surefire-plugin.argLine>-Xmx2048m -Xss2m -XX:+HeapDumpOnOutOfMemoryError ${extraJavaTestArgs}</maven-surefire-plugin.argLine>
188-
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
188+
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
189189
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
190190
<maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version>
191191

@@ -2486,6 +2486,7 @@
24862486
<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>
24872487
<MALLOC_ARENA_MAX>4</MALLOC_ARENA_MAX>
24882488
</environmentVariables>
2489+
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
24892490
<trimStackTrace>false</trimStackTrace>
24902491
<systemPropertyVariables>
24912492

0 commit comments

Comments
 (0)