updated tests to utilize temp directory

Former-commit-id: 984f69e2528d37586a2d7d981d17671e17e7ca0d
This commit is contained in:
Jeremy Long
2013-09-01 07:27:13 -04:00
parent 3b4a65deaa
commit 01d6e1f14d
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>