Dependencycheck: Increase connection timeout via maven

Created on 24 Jul 2019  路  2Comments  路  Source: jeremylong/DependencyCheck

I see that there is a Settings class with a connection timeout.

How can I change the default value by using my pom.xml?

question

Most helpful comment

Yes - see the dependency-check-maven configuration page and look for connectionTimeout. This controls the connection timeout when downloading external resources over HTTP/S.

All 2 comments

Yes - see the dependency-check-maven configuration page and look for connectionTimeout. This controls the connection timeout when downloading external resources over HTTP/S.

Thanks for pointing me there - i somehow missed that.

Was this page helpful?
0 / 5 - 0 ratings