added more documentation

Former-commit-id: 1f3ef3a136bf05da797236b898371b4f7edb56a4
This commit is contained in:
Jeremy Long
2015-05-04 06:21:46 -04:00
parent c0f9a382b3
commit 0c5dfdbe24
4 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Proxy Configuration
===================
All of the dependency-check clients (CLI, Maven, Ant, Jenkins) can be configured
to use a proxy to connect to the Internet. See the configuration settings for each:
* [Ant Task](https://jeremylong.github.io/DependencyCheck/dependency-check-ant/configuration.html)
* [Command Line](https://jeremylong.github.io/DependencyCheck/dependency-check-cli/arguments.html)
* [Maven Plugin](https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html)
Note, it may also be possible to use the core [Java proxy](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html)
system properties instead of the configuration above.