Skip to content

Commit

Permalink
Remove obsolete workaround for SUREFIRE-1588 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Mar 13, 2022
1 parent fd48df6 commit fb696b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@
<maven-license-plugin.version>1.10</maven-license-plugin.version>
<incrementals-plugin.version>1.3</incrementals-plugin.version>
<incrementals-enforce-minimum.version>1.0-beta-4</incrementals-enforce-minimum.version>
<argLine />
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -354,10 +353,6 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<!-- SUREFIRE-1588 workaround; too late for systemProperties: -->
<argLine>-Djdk.net.URLClassPath.disableClassPathURLCheck=true ${argLine}</argLine>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
Expand Down

0 comments on commit fb696b0

Please sign in to comment.