updated documentation to replace deprecated proxyUrl with proxyServer

Former-commit-id: 165e14fcb6b57d8a522875eaa65f5ee766c9b1af
This commit is contained in:
Jeremy Long
2014-05-31 06:43:07 -04:00
parent 0ffef12a8b
commit a417db7c7a
3 changed files with 6 additions and 17 deletions

View File

@@ -55,17 +55,6 @@ databaseUser | The username used when connecting to the database.
databasePassword | The password used when connecting to the database. |  
Deprecated Configuration
Proxy Configuration
====================
The following properties have been deprecated. These can still be set in
the dependency-check-maven plugin's configuration. However, future versions
will remove these properties. Instead using these properties you should
use [Maven's settings](https://maven.apache.org/settings.html#Proxies) to
configure a proxy.
Property | Description | Default Value
---------------------|------------------------------------|------------------
proxyUrl | The Proxy URL. |  
proxyPort | The Proxy Port. |  
proxyUsername | Defines the proxy user name. |  
proxyPassword | Defines the proxy password. |  
Use [Maven's settings](https://maven.apache.org/settings.html#Proxies) to configure a proxy server.