Author: pferraro
Date: 2009-05-29 16:55:57 -0400 (Fri, 29 May 2009)
New Revision: 2464
Modified:
trunk/mod_cluster/pom.xml
Log:
Run surefire tests with -Djava.net.preferIPv4Stack=true
Modified: trunk/mod_cluster/pom.xml
===================================================================
--- trunk/mod_cluster/pom.xml 2009-05-29 17:54:27 UTC (rev 2463)
+++ trunk/mod_cluster/pom.xml 2009-05-29 20:55:57 UTC (rev 2464)
@@ -128,6 +128,12 @@
<excludes>
<exclude>**/test/**/*.java</exclude>
</excludes>
+ <systemProperties>
+ <property>
+ <name>java.net.preferIPv4Stack</name>
+ <value>true</value>
+ </property>
+ </systemProperties>
</configuration>
</plugin>
<plugin>
Show replies by date