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 17:50:56 UTC

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

antimoroma opened a new issue, #713:
URL: https://github.com/apache/maven-mvnd/issues/713

   I try to compile a project that work fine with mvn , with settings.xml in standard directory {USER_HOME}/.m2
   With mvnd i receive the error in title
   
   Problem is that we have repo in http i think, but configuration for maven work fine, i'm missing something?


-- 
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.apache.org

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


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

Posted by GitBox <gi...@apache.org>.
antimoroma closed issue #713: Non-resolvable parent POM for...maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories:
URL: https://github.com/apache/maven-mvnd/issues/713


-- 
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


[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:

Posted by GitBox <gi...@apache.org>.
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