Skip to content

Commit

Permalink
resolve: Failed to execute goal maven-surefire jhipster#8693
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
tibor strausz authored and tibor strausz committed Nov 1, 2018
1 parent e5ab56b commit 04178ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generators/server/templates/pom.xml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,9 @@
<configuration>
<!-- Force alphabetical order to have a reproducible build -->
<runOrder>alphabetical</runOrder>
<!-- Fixes a bug which will be solved in next version after 2.22.1 then this can be removed -->
<!-- see: https://issues.apache.org/jira/browse/SUREFIRE-1588 -->
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 04178ef

Please sign in to comment.