Last active
June 6, 2022 07:43
-
-
Save alyleite/474f0b27ed815ba153690b345e8724fa to your computer and use it in GitHub Desktop.
maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: | |
Could not transfer artifact ... from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: ... | |
1. Open file ${MAVEN_HOME}/conf/settings.xml and Comment these lines | |
<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> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NIT: "Add these lines" would be more appropriate instead of "Comment these lines"?