This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch TLS1.2 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit 6425a679178d8ca73993d475eb800e82f4213900 Author: tibordigana <[email protected]> AuthorDate: Thu Jul 25 00:16:49 2019 +0200 TLS 1.2 passed to maven-invoker-plugin via system property --- maven-failsafe-plugin/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml index 2e85275..2bc4a14 100644 --- a/maven-failsafe-plugin/pom.xml +++ b/maven-failsafe-plugin/pom.xml @@ -334,6 +334,7 @@ <properties> <integration-test-port>${failsafe-integration-test-port}</integration-test-port> <integration-test-stop-port>${failsafe-integration-test-stop-port}</integration-test-stop-port> + <https.protocols>TLSv1.2</https.protocols> </properties> </configuration> </execution>
