I am new to Maven and trying to setup my first project in Maven but receiving the below error message when I am doing \" Run as -> Maven install \" in Eclipse. Below is my s
For a permanent solution(mostly required in Java 7) - in you build directory(where you do the mvn command from) add directory:
mvn
.mvn (in cmd mkdir .mvn)
.mvn
mkdir .mvn
and in it create file
jvm.config
and in put the following line:
-Dhttps.protocols=TLSv1.2