You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2008/08/03 22:02:43 UTC

svn commit: r682202 - /cayenne/main/trunk/pom.xml

Author: aadamchik
Date: Sun Aug  3 13:02:43 2008
New Revision: 682202

URL: http://svn.apache.org/viewvc?rev=682202&view=rev
Log:
adding IPv4 arg to the surefire plugin to allow jgroups tests to be run on ubuntu

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=682202&r1=682201&r2=682202&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Sun Aug  3 13:02:43 2008
@@ -533,7 +533,7 @@
 				<artifactId>maven-surefire-plugin</artifactId>
 				<configuration>
 					<argLine>
-						-Dcayenne.test.connection=${cayenne.test.connection}
+						-Dcayenne.test.connection=${cayenne.test.connection} -Djava.net.preferIPv4Stack=true
 					</argLine>
 				</configuration>
 			</plugin>