Skip to content

Instantly share code, notes, and snippets.

@sloppylopez
Created April 18, 2023 13:29
Show Gist options
  • Save sloppylopez/c854cea331713a0d02e673697255902b to your computer and use it in GitHub Desktop.
Save sloppylopez/c854cea331713a0d02e673697255902b to your computer and use it in GitHub Desktop.
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd">
<mirrors>
<mirror>
<id>maven-default-http-blocker</id>
<mirrorOf>external:http:*</mirrorOf>
<name>Pseudo repository to mirror external repositories initially using HTTP.</name>
<url>http://0.0.0.0/</url>
<blocked>false</blocked>
</mirror>
</mirrors>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment