You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/14 18:10:06 UTC

[GitHub] [maven-mvnd] antimoroma commented on issue #713: Non-resolvable parent POM for...maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories:

antimoroma commented on issue #713:
URL: https://github.com/apache/maven-mvnd/issues/713#issuecomment-1279314363

   Adding to settings.xml:
   ```
        <mirrors>
             <mirror>
                  <id>maven-default-http-blocker</id>
                  <mirrorOf>dummy</mirrorOf>
                  <name>Dummy mirror to override default blocking mirror that blocks http</name>
                  <url>http://0.0.0.0/</url>
            </mirror>
       </mirrors>
   ```
   
   resolve the problem :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org