mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 00:29:21 +01:00
corrected data directory path when running test cases
This commit is contained in:
@@ -79,6 +79,10 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
|
|||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<systemProperties>
|
<systemProperties>
|
||||||
|
<property>
|
||||||
|
<name>data.directory</name>
|
||||||
|
<value>${project.build.directory}/data</value>
|
||||||
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>temp.directory</name>
|
<name>temp.directory</name>
|
||||||
<value>${project.build.directory}/temp</value>
|
<value>${project.build.directory}/temp</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user