rohityadavcloud commented on code in PR #6228:
URL: https://github.com/apache/cloudstack/pull/6228#discussion_r845046737
##########
pom.xml:
##########
@@ -1152,7 +1152,6 @@
<version>${cs.surefire-plugin.version}</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
- <argLine>-Djava.security.egd=file:/dev/./urandom
-noverify</argLine>
Review Comment:
Turns out this argline override, essentially disables any quality plugins
that try to export their config to the mvn/cmd line. Disabling this now that
linux and our build/pkgs are much faster. In my testing, I found no difference
in the amount of time it took for the build.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]