SyntaxFix
Write A Post
Hire A Developer
Questions
Create a folder ${USER_HOME}/.mvn and put a file called maven.config in it.
${USER_HOME}/.mvn
maven.config
The content should be:
-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true
Hope this helps.