Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-resolvable parent POM for...maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: #713

Closed
antimoroma opened this issue Oct 14, 2022 · 1 comment

Comments

@antimoroma
Copy link

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?

@antimoroma
Copy link
Author

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

@ppalaga ppalaga added this to the No fix/wont't fix milestone Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants