Repository: tomee
Updated Branches:
  refs/heads/master 0dab30a4b -> 63a43a5aa


openejb-multicast tests fail on mac unless we force jvm to use ipv4


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/63a43a5a
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/63a43a5a
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/63a43a5a

Branch: refs/heads/master
Commit: 63a43a5aa856fc250137224c4b55bb22cbb136a0
Parents: 0dab30a
Author: Thiago Veronezi <thi...@veronezi.org>
Authored: Mon Oct 30 09:57:27 2017 -0400
Committer: Thiago Veronezi <thi...@veronezi.org>
Committed: Mon Oct 30 09:57:27 2017 -0400

----------------------------------------------------------------------
 server/openejb-multicast/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/63a43a5a/server/openejb-multicast/pom.xml
----------------------------------------------------------------------
diff --git a/server/openejb-multicast/pom.xml b/server/openejb-multicast/pom.xml
index 2c462bd..e74b80d 100644
--- a/server/openejb-multicast/pom.xml
+++ b/server/openejb-multicast/pom.xml
@@ -42,5 +42,17 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemPropertyVariables>
+            <java.net.preferIPv4Stack>true</java.net.preferIPv4Stack>
+          </systemPropertyVariables>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>
 

Reply via email to