You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2015/06/03 06:38:56 UTC

[2/3] git commit: updated refs/heads/master to c2f2f77

And now with the argLine in the right plugin :)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9030036b
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9030036b
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9030036b

Branch: refs/heads/master
Commit: 9030036bb16f5eb37cf904f7c8c1bb722c774847
Parents: 82847d4
Author: Rafael da Fonseca <rs...@gmail.com>
Authored: Fri May 29 20:43:33 2015 +0200
Committer: Rafael da Fonseca <rs...@gmail.com>
Committed: Fri May 29 20:43:33 2015 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9030036b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0af7062..6e3730b 100644
--- a/pom.xml
+++ b/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>