mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 02:21:28 +01:00
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
This commit is contained in:
@@ -57,4 +57,10 @@ databasePassword | The password used when connecting to the database.
|
|||||||
|
|
||||||
Proxy Configuration
|
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. |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user