Skip to content

Commit

Permalink
Fix for SUREFIRE-1588
Browse files Browse the repository at this point in the history
Latest version of Java 1.8.0_191 enforces that Manifest classpath entries be
relative.

https://issues.apache.org/jira/browse/SUREFIRE-1588
  • Loading branch information
kemitix committed Nov 1, 2018
1 parent 96768de commit 41890b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
<properties>
<property>
<name>listener</name>
Expand Down

0 comments on commit 41890b9

Please sign in to comment.