mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 08:14:44 +01:00
added a temp directory property
Former-commit-id: 97cdce3ca6be8d599c3805d3316c09512ae38694
This commit is contained in:
@@ -2,6 +2,9 @@ application.name=${pom.name}
|
|||||||
application.version=${pom.version}
|
application.version=${pom.version}
|
||||||
autoupdate=true
|
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
|
# the path to the lucene index to store the cpe data
|
||||||
cpe=data/cpe
|
cpe=data/cpe
|
||||||
# the path to the cpe xml file
|
# the path to the cpe xml file
|
||||||
|
|||||||
Reference in New Issue
Block a user