slawekjaranowski commented on PR #708:
URL: https://github.com/apache/maven/pull/708#issuecomment-1091963420

   In maven-3.8.x build there is the same errors like:
   
   ```
   Caused by: javax.net.ssl.SSLException: Received fatal alert: protocol_version
   ```
   
   Root cause (probably), command line executed by verifier :
   
   ```
   Exit code was non-zero: 1; command line and log = 
   
/home/jenkins/jenkins-home/workspace/aven_maven-box_maven_maven-3.8.x/test/core-it-suite/target/apache-maven/bin/mvn
 --global-settings 
/home/jenkins/jenkins-home/workspace/aven_maven-box_maven_maven-3.8.x/test/core-it-suite/target/test-classes/settings-remote.xml
 -e --batch-mode 
-Dmaven.repo.local=/home/jenkins/jenkins-home/workspace/aven_maven-box_maven_maven-3.8.x/test/it-local-repo
 install
   ```
   
   there is missing property in command line `-Dhttps.protocols=TLSv1.2`
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to