Skip to content

Commit

Permalink
Fixde Asqatasun#189 Failed to execute goal maven-surefire
Browse files Browse the repository at this point in the history
This is a temporary fix until the surefire team
have fixed this in a new version (after 2.22.1)
  • Loading branch information
dzc34 committed Nov 5, 2018
1 parent 6383e13 commit 0ea0d08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@
<version>${maven-surefire-plugin.version}</version>
<configuration>
<skipTests>false</skipTests>

<!-- Fixes a surefire-plugin bug which will be solved
in next version (after 2.22.1) then this can be removed
see: https://github.com/Asqatasun/Contrast-Finder/issues/189
https://issues.apache.org/jira/browse/SUREFIRE-1588 -->
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 0ea0d08

Please sign in to comment.