Skip to content

Commit

Permalink
Remove unneeded SUREFIRE-1226 workaround (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Apr 4, 2022
1 parent ac5910b commit 029d6c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -817,8 +817,6 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- SUREFIRE-1226 workaround -->
<trimStackTrace>false</trimStackTrace>
<systemPropertyVariables>
<hudson.udp>-1</hudson.udp>
<java.io.tmpdir>${surefireTempDir}</java.io.tmpdir>
Expand All @@ -831,8 +829,6 @@
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<!-- SUREFIRE-1226 workaround -->
<trimStackTrace>false</trimStackTrace>
<systemPropertyVariables>
<hudson.udp>-1</hudson.udp>
<java.io.tmpdir>${surefireTempDir}</java.io.tmpdir>
Expand Down

0 comments on commit 029d6c7

Please sign in to comment.