corrected data directory path when running test cases

This commit is contained in:
Jeremy Long
2015-08-01 06:08:35 -04:00
parent 7452942091
commit d0b704d7f4

View File

@@ -79,6 +79,10 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<property>
<name>data.directory</name>
<value>${project.build.directory}/data</value>
</property>
<property>
<name>temp.directory</name>
<value>${project.build.directory}/temp</value>