Skip to content

Commit aed6286

Browse files
committed
ci: configure maven-surefire-plugin
1 parent 37945fc commit aed6286

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
@@ -125,6 +125,14 @@
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-deploy-plugin</artifactId>
127127
<version>2.8.2</version>
128+
</plugin>
129+
<plugin>
130+
<groupId>org.apache.maven.plugins</groupId>
131+
<artifactId>maven-surefire-plugin</artifactId>
132+
<version>2.22.1</version>
133+
<configuration>
134+
<useSystemClassLoader>false</useSystemClassLoader>
135+
</configuration>
128136
</plugin>
129137
</plugins>
130138
</pluginManagement>

0 commit comments

Comments
 (0)