Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit ff0007d

Browse files
Denys Smirnovdennwc
authored andcommitted
override maven surefire plugin config to fix build issues
Signed-off-by: Denys Smirnov <[email protected]>
1 parent c39458d commit ff0007d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

native/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@
114114
</archive>
115115
</configuration>
116116
</plugin>
117+
<plugin>
118+
<groupId>org.apache.maven.plugins</groupId>
119+
<artifactId>maven-surefire-plugin</artifactId>
120+
<configuration>
121+
<useSystemClassLoader>false</useSystemClassLoader>
122+
</configuration>
123+
</plugin>
117124
</plugins>
118125
</build>
119126
</project>

0 commit comments

Comments
 (0)