Skip to content
Snippets Groups Projects
Commit 0731cc5d authored by srosse's avatar srosse
Browse files

FXOLAT-296: set the tmp dir in the maven target for MySQL / PostgreSQL

parent be4dae3f
No related branches found
No related tags found
No related merge requests found
......@@ -366,6 +366,9 @@
<version>2.8.1</version>
<configuration>
<argLine>-Xmx512m -Xms512m</argLine>
<systemPropertyVariables>
<java.io.tmpdir>${project.build.directory}/olatdata</java.io.tmpdir>
</systemPropertyVariables>
<testNGArtifactName>none:none</testNGArtifactName>
<includes>
<include>**/AllTestsOlatCoreJunit4.java</include>
......@@ -587,6 +590,9 @@
<version>2.8.1</version>
<configuration>
<argLine>-Xmx512m -Xms512m</argLine>
<systemPropertyVariables>
<java.io.tmpdir>${project.build.directory}/olatdata</java.io.tmpdir>
</systemPropertyVariables>
<testNGArtifactName>none:none</testNGArtifactName>
<includes>
<include>**/AllTestsOlatCoreJunit4.java</include>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment