From 423f7227cdd5f4ff9607daf063d15c2b290aa5b8 Mon Sep 17 00:00:00 2001 From: Robin Rosenberg Date: Sun, 16 Jun 2013 11:28:36 +0200 Subject: 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(+) (limited to 'org.eclipse.jgit.http.test') diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index 4614d63cef..31382bcc6c 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} + + + -- cgit v1.2.3