Skip to content

Commit

Permalink
Remove unused hudson.udp system property (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Mar 14, 2023
1 parent 565cf96 commit 017aa51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<hudson.udp>-1</hudson.udp>
<java.io.tmpdir>${surefireTempDir}</java.io.tmpdir>
<java.awt.headless>true</java.awt.headless>
<surefire.forkNumber>$${surefire.forkNumber}</surefire.forkNumber>
Expand All @@ -795,7 +794,6 @@
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<hudson.udp>-1</hudson.udp>
<java.io.tmpdir>${surefireTempDir}</java.io.tmpdir>
<java.awt.headless>true</java.awt.headless>
</systemPropertyVariables>
Expand Down

0 comments on commit 017aa51

Please sign in to comment.