From 4045e7e9c4eb16d6fd48b712facb7fb2ec6b7e94 Mon Sep 17 00:00:00 2001 From: Robin Rosenberg Date: Sun, 16 Jun 2013 11:28:36 +0200 Subject: [PATCH] Fix running maven http tests on OS X In 36144e12d8 tests were changed to use the system tmp directory as defined by java.io.tmpdir, which was then overridden in the pom files to usea custom directory that made som tests work, but not all. Change-Id: I2fa04878f8830ad9c9b32a6f3fe8d2e2d66fe411 --- org.eclipse.jgit.http.test/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index 902d2ed2a0..65ad7ee0d5 100644 --- a/org.eclipse.jgit.http.test/pom.xml +++ b/org.eclipse.jgit.http.test/pom.xml @@ -111,5 +111,13 @@ tst-rsrc/ + + + maven-surefire-plugin + + -Djava.io.tmpdir=${project.build.directory} + + + -- 2.39.5