mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
surefire: ignore system classloader to make tests run (#3038)
Due to issue described in Surefix bug: https://issues.apache.org/jira/browse/SUREFIRE-1588 Debian-based users/developers can no longer build CloudStack 4.11+ branches. The other workaround is to have the following jvm property: jdk.net.URLClassPath.disableClassPathURLCheck=true Signed-off-by: Rohit Yadav <rohit@apache.org>
This commit is contained in:
parent
fb80e51307
commit
fbb0d92687
1
pom.xml
1
pom.xml
@ -1047,6 +1047,7 @@
|
|||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.18.1</version>
|
<version>2.18.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<useSystemClassLoader>false</useSystemClassLoader>
|
||||||
<argLine>-Djava.security.egd=file:/dev/./urandom -noverify</argLine>
|
<argLine>-Djava.security.egd=file:/dev/./urandom -noverify</argLine>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user