-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Maven 3.8.1 update causes warning #16233
Comments
/cc @quarkusio/devtools |
@fwgreen Sir I want work on this issue . |
@srisatya1197 Thanks for your offer (really appreciated!) but I have already started to work on this in general, including an update of the Quarkus CI. /cc @aloubyansky |
The issue is about a change in mavne blocking insecure repositories by default. Check that all your repositories are in |
Also happens with openjdk11 (using the |
I ran into this locally as well and all I had to do was comment out the <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>true</blocked>
</mirror> block in my |
Maven was recently updated from 3.6.3 to 3.8.1 to address a security vulnerability. As a result, this warning now comes up on startup...
Quarkus 1.12.1
Java 16
The text was updated successfully, but these errors were encountered: