diff --git a/pom.xml b/pom.xml index f25e70472a2cabb3812cbd6112d974630ebb781c..97d12bae79a84ecc0c81b89e54437522c5f1cc93 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 5262f092624d606d10e661c3571058f3c0129efe..4c3dad0890b9583456b6bd06679962b4421e51c5 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