From 5db6a99b7e5dd3dc03ae5da18379bf1bd3f1dae3 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 05 Oct 2012 15:28:00 +0000
Subject: [PATCH] Force Jenkins to use the server VM.
---
opendj3/pom.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opendj3/pom.xml b/opendj3/pom.xml
index 5edcb43..a1e52ab 100644
--- a/opendj3/pom.xml
+++ b/opendj3/pom.xml
@@ -191,6 +191,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <argLine>-server</argLine>
<properties>
<property>
<name>usedefaultlisteners</name>
--
Gitblit v1.10.0