From 8ccb46248e2bc372c6e974ba44e04f6c355795be Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Thu, 21 Feb 2013 13:30:25 -0500 Subject: [PATCH] systemPropertyVariables preferred to systemProperties and makes for smaller diff. --- pom.xml | 19 +++++-------------- test/pom.xml | 19 +++++-------------- 2 files changed, 10 insertions(+), 28 deletions(-) diff --git a/pom.xml b/pom.xml index f25e70472a..97d12bae79 100644 --- a/pom.xml +++ b/pom.xml @@ -354,20 +354,11 @@ THE SOFTWARE. maven-surefire-plugin 2.13 - - - java.io.tmpdir - ${project.build.directory} - - - java.awt.headless - true - - - forkedProcessTimeoutInSeconds - 3600 - - + + ${project.build.directory} + 3600 + true + diff --git a/test/pom.xml b/test/pom.xml index 5262f09262..4c3dad0890 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -186,21 +186,12 @@ THE SOFTWARE. -Dfile.encoding=UTF-8 -XX:MaxPermSize=128m - - + - hudson.ClassicPluginStrategy.useAntClassLoader - true - - - hudson.maven.debug - ${mavenDebug} - - - buildDirectory - ${project.build.directory} - - + true + ${mavenDebug} + ${project.build.directory} + perthread true 4 -- GitLab