You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/04/07 16:34:50 UTC

[GitHub] [maven] slawekjaranowski commented on pull request #708: [MNG-7441] 3.8.x Update version of logback

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-unsubscribe@maven.apache.org

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