mirror of https://github.com/apache/cloudstack.git
And now with the argLine in the right plugin :)
This commit is contained in:
parent
82847d4405
commit
9030036bb1
6
pom.xml
6
pom.xml
|
|
@ -958,14 +958,14 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.18.1</version>
|
||||
<configuration>
|
||||
<argLine>-Djava.security.egd=file:/dev/./urandom</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-failsafe-plugin</artifactId>
|
||||
<version>2.18.1</version>
|
||||
<configuration>
|
||||
<argLine>-Djava.security.egd=file:/dev/./urandom</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
|
|
|
|||
Loading…
Reference in New Issue