Downgrade maven-surefire-plugin to 2.22.2. Service maps are not loaded with 3.0.

pull/11/head
Manuele Simi 4 years ago
parent 28bfa2770e
commit 046c12b8fe

@ -768,7 +768,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>2.22.2</version>
<configuration>
<parallel>classes</parallel> <!-- each class in its own JVM-->
<threadCountClasses>10</threadCountClasses>

Loading…
Cancel
Save