Skip to content

Commit 83cefee

Browse files
authored
Revert "HADOOP-19071. Update maven-surefire-plugin from 3.0.0 to 3.2.5. (#666…"
This reverts commit 88ad7db.
1 parent 01d257d commit 83cefee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hadoop-project/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170

171171
<!-- Plugin versions and config -->
172172
<maven-surefire-plugin.argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
173-
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
173+
<maven-surefire-plugin.version>3.0.0-M1</maven-surefire-plugin.version>
174174
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
175175
<maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version>
176176

@@ -2450,7 +2450,6 @@
24502450
<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>
24512451
<MALLOC_ARENA_MAX>4</MALLOC_ARENA_MAX>
24522452
</environmentVariables>
2453-
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
24542453
<trimStackTrace>false</trimStackTrace>
24552454
<systemPropertyVariables>
24562455

0 commit comments

Comments
 (0)