From c066a0368319822b70cc87e4dcae7b36aa49352c Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 26 Jan 2014 07:04:53 -0500 Subject: [PATCH] upated site documentation with new configuration options Former-commit-id: 45cf2c9c581c0eef2ef0fd6ba4d70b7b01191019 --- dependency-check-ant/src/site/markdown/configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dependency-check-ant/src/site/markdown/configuration.md b/dependency-check-ant/src/site/markdown/configuration.md index ef1616118..a6df15f31 100644 --- a/dependency-check-ant/src/site/markdown/configuration.md +++ b/dependency-check-ant/src/site/markdown/configuration.md @@ -35,5 +35,12 @@ ProxyPort | Defines the port for the proxy. | Optional ProxyUsername | Defines the proxy user name. | Optional ProxyPassword | Defines the proxy password. | Optional ConnectionTimeout | The connection timeout used when downloading data files from the Internet. | Optional +nexusAnalyzerEnabled | The connection timeout used when downloading data files from the Internet. | Optional +nexusUrl | The connection timeout used when downloading data files from the Internet. | Optional +databaseDriverName | The name of the database driver. Example: org.h2.Driver. | Optional +databaseDriverPath | The path to the database driver JAR file; only used if the driver is not in the class path. | Optional +connectionString | The connection string used to connect to the database. | Optional +databaseUser | The username used when connecting to the database. | Optional +databasePassword | The password used when connecting to the database. | Optional