We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624350f commit e970425Copy full SHA for e970425
spring-boot-deployment-tests/pom.xml
@@ -20,7 +20,7 @@
20
<main.basedir>${basedir}/..</main.basedir>
21
<java.version>1.7</java.version>
22
<cargo.timeout>300000</cargo.timeout>
23
- <cargo.container.download-dir>${user.home}/.cargo/installs</cargo.container.download-dir>
+ <cargo.container.download-dir>${java.io.tmpdir}/cargo/installs</cargo.container.download-dir>
24
</properties>
25
<modules>
26
<module>spring-boot-deployment-test-tomee</module>
0 commit comments