Maven und Zertifikate
Windows-Zertifikate nutzen mvn -Djavax.net.ssl.trustStoreType=WINDOWS-ROOT package PKIX ungehen (nicht empfohlen) -Dmaven.wagon.http.ssl.insecure=true enable use of relaxed SSL check for user generated certificates. -Dmaven.wagon.http.ssl.allowall=true enable match of the server's X.509 certificate with hostname.…