Skip to content

Instantly share code, notes, and snippets.

@ajaxsys
Created July 20, 2018 04:21
Show Gist options
  • Save ajaxsys/66636d84639f31280e6bcfc61d240bc7 to your computer and use it in GitHub Desktop.
Save ajaxsys/66636d84639f31280e6bcfc61d240bc7 to your computer and use it in GitHub Desktop.
Just add this config to mirrors tag at %USER_PROFILE%\.m2\setting.xml
<mirror>
<id>central-no-ssl</id>
<name>Central without ssl</name>
<url>http://repo.maven.apache.org/maven2</url>
<mirrorOf>central</mirrorOf>
</mirror>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment