Maven work around to ignore all certs

Maven workaround to ignore all certs:

$ mvn install -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true

Leave a Reply