updated tests to utilize temp directory

Former-commit-id: 072c2f51dd0077f3e6c34c3bd6340e9da0a9360c
This commit is contained in:
Jeremy Long
2013-09-01 07:27:13 -04:00
parent 7d1fa93e98
commit 22a27fb146
5 changed files with 114 additions and 33 deletions

View File

@@ -177,6 +177,10 @@ along with Dependency-Check. If not, see <http://www.gnu.org/licenses />.
<name>data.directory</name>
<value>${project.build.directory}/data</value>
</property>
<property>
<name>temp.directory</name>
<value>${project.build.directory}/temp</value>
</property>
</systemProperties>
<excludes>
<exclude>**/*IntegrationTest.java</exclude>