Skip to content

Commit bc97d26

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
build: add maven surefire plugin
1 parent ba82d7c commit bc97d26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,14 @@
187187
</supportedPackagings>
188188
</configuration>
189189
</plugin>
190+
<plugin>
191+
<groupId>org.apache.maven.plugins</groupId>
192+
<artifactId>maven-surefire-plugin</artifactId>
193+
<version>2.22.1</version>
194+
<configuration>
195+
<useSystemClassLoader>false</useSystemClassLoader>
196+
</configuration>
197+
</plugin>
190198
</plugins>
191199
</build>
192200

0 commit comments

Comments
 (0)