Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A less intrusive workaround for SUREFIRE-1588 #131

Merged
merged 2 commits into from
Nov 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<releaseProfiles> </releaseProfiles>
<arguments> </arguments>
<argLine>-Xmx768M -Djava.awt.headless=true</argLine>
<!-- disableClassPathURLCheck is SUREFIRE-1588 workaround; too late for systemProperties: -->
<argLine>-Xmx768M -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
<jenkins.version>2.60.1</jenkins.version>
<!-- Should only need to override these if using timestamped snapshots (but better to use Incrementals instead): -->
<jenkins-core.version>${jenkins.version}</jenkins-core.version>
Expand Down Expand Up @@ -316,7 +317,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M1</version>
<version>2.20</version>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
Expand Down