From 5070fe303a88d9ad43e30a6394b3cdd4313569a6 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 15 Aug 2014 05:59:39 -0400 Subject: [PATCH] added the configuration value mavenSettingsProxyId to inform users that if you have multiple proxies defined in settings.xml you can choose which one should be used Former-commit-id: 20fa4a92d446fd30a882e07c37897907fb1638b1 --- dependency-check-maven/src/site/markdown/configuration.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dependency-check-maven/src/site/markdown/configuration.md b/dependency-check-maven/src/site/markdown/configuration.md index 672d4c774..e3f8d2bb2 100644 --- a/dependency-check-maven/src/site/markdown/configuration.md +++ b/dependency-check-maven/src/site/markdown/configuration.md @@ -57,4 +57,10 @@ databasePassword | The password used when connecting to the database. Proxy Configuration ==================== -Use [Maven's settings](https://maven.apache.org/settings.html#Proxies) to configure a proxy server. +Use [Maven's settings](https://maven.apache.org/settings.html#Proxies) to configure a proxy server. If multiple proxies +are configured in the Maven settings file you must tell dependency-check which proxy to use with the following property: + +Property | Description | Default Value +---------------------|--------------------------------------------------------------------------------------|------------------ +mavenSettingsProxyId | The id for the proxy, configured via settings.xml, that dependency-check should use. |   +