You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] Generating "Dependencies" report.
[WARNING] The repository url 'http://repo1.maven.org/maven2' is invalid - Repository 'central' will be blacklisted.
[INFO] Generating "Continuous Integration" report.
Happens in mvn <something> for log4j 1.2.17, too, in the reporting section. Looks like a different mechanism though: this is a client-side refusal to do http, instead of the Maven Central server rejecting non-https connections.
[INFO] Generating "Dependencies" report --- maven-project-info-reports-plugin:2.8.1:dependencies
[WARNING] The repository url 'http://0.0.0.0/' is invalid - Repository 'maven-default-http-blocker' will be blacklisted.
[INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.8.1:issue-tracking
The text was updated successfully, but these errors were encountered:
apjanke
changed the title
mvn2 still hitting plain "http:" central repo for log4j 1.2.15 builds
mvn still hitting plain "http:" central repo for log4j 1.2.15 and 1.2.17 builds
Sep 12, 2022
Fixed this in 1.2.15 by upgrading it to use Maven 3. That seems like the best approach. Will close this once I have both log4j versions building reliably.
For
mvn2 site
in my log4j 1.2.15:Happens in
mvn <something>
for log4j 1.2.17, too, in the reporting section. Looks like a different mechanism though: this is a client-side refusal to do http, instead of the Maven Central server rejecting non-https connections.The text was updated successfully, but these errors were encountered: