Skip to content

Instantly share code, notes, and snippets.

@fishnix
Created February 4, 2015 19:11
Show Gist options
  • Save fishnix/3e977e802aaf7c49f4e1 to your computer and use it in GitHub Desktop.
Save fishnix/3e977e802aaf7c49f4e1 to your computer and use it in GitHub Desktop.
ignore maven server certificates
mvn clean install -DskipTests -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment