From 79e2fd4b52c457f84371936ef91de3ea951fdeab 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: 4eef30988909b1ba51ee4556fe3f1d3b93189278 --- 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