Procházet zdrojové kódy

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
tags/v3.0.2.201309041250-rc2
Robin Rosenberg před 11 roky
rodič
revize
423f7227cd
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. 8
    0
      org.eclipse.jgit.http.test/pom.xml

+ 8
- 0
org.eclipse.jgit.http.test/pom.xml Zobrazit soubor

@@ -111,5 +111,13 @@
<directory>tst-rsrc/</directory>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Djava.io.tmpdir=${project.build.directory}</argLine>
</configuration>
</plugin>
</plugins>
</build>
</project>

Načítá se…
Zrušit
Uložit