Skip to content

Commit cdd753f

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
ci: configure maven-surefire-plugin
1 parent d68b63a commit cdd753f

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
@@ -201,6 +201,14 @@
201201
</webAppConfig>
202202
</configuration>
203203
</plugin>
204+
<plugin>
205+
<groupId>org.apache.maven.plugins</groupId>
206+
<artifactId>maven-surefire-plugin</artifactId>
207+
<version>2.22.1</version>
208+
<configuration>
209+
<useSystemClassLoader>false</useSystemClassLoader>
210+
</configuration>
211+
</plugin>
204212
</plugins>
205213
</build>
206214

0 commit comments

Comments
 (0)