From e985ebff3f3f88dc8985db96c583271ab54e1c4c Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Tue, 11 Jun 2013 06:03:52 -0400 Subject: [PATCH] added a temp directory property Former-commit-id: 97cdce3ca6be8d599c3805d3316c09512ae38694 --- src/main/resources/configuration/dependencycheck.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/configuration/dependencycheck.properties b/src/main/resources/configuration/dependencycheck.properties index 8ef8c686c..1c3ed25f7 100644 --- a/src/main/resources/configuration/dependencycheck.properties +++ b/src/main/resources/configuration/dependencycheck.properties @@ -2,6 +2,9 @@ application.name=${pom.name} application.version=${pom.version} autoupdate=true +#temp.directory defaults to System.getProperty("java.io.tmpdir") +#temp.directory=[path to temp directory] + # the path to the lucene index to store the cpe data cpe=data/cpe # the path to the cpe xml file