From 90a0202b49eb1296ee468710adfdbc5b5b1162c0 Mon Sep 17 00:00:00 2001 From: Gabriele C <sgdc3.mail@gmail.com> Date: Sun, 28 Feb 2016 03:21:07 +0100 Subject: [PATCH] Fixed, finally! Was a jenkins side issue! --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 50a8fbfe3..39bb55670 100644 --- a/pom.xml +++ b/pom.xml @@ -167,7 +167,7 @@ <configuration> <forkCount>3</forkCount> <reuseForks>true</reuseForks> - <argLine>-Xmx512M -Dfile.encoding=UTF-8 ${argLine}</argLine> + <argLine>-client -Xmx512M -Dfile.encoding=UTF-8 ${argLine}</argLine> </configuration> </plugin> <!-- Libs Shading and Relocation -->