From d8eb4109b8bfc47b30c5eebd6c05a3243f122cca Mon Sep 17 00:00:00 2001 From: Andrew DeMaria Date: Sat, 11 Mar 2017 17:58:31 -0700 Subject: [PATCH] Turn off reuse forks Reusing forks seems to cause problems with the Jenkins build. It adds about 2 minutes additional test time Signed-off-by: Andrew DeMaria --- libresonic-main/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libresonic-main/pom.xml b/libresonic-main/pom.xml index 5e5c0dc1..a0c3e8eb 100644 --- a/libresonic-main/pom.xml +++ b/libresonic-main/pom.xml @@ -393,6 +393,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.18.1 + + false + + org.codehaus.mojo buildnumber-maven-plugin