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

mvn still hitting plain "http:" central repo for log4j 1.2.15 and 1.2.17 builds #9

Open
apjanke opened this issue Sep 12, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@apjanke
Copy link
Member

apjanke commented Sep 12, 2022

For mvn2 site in my log4j 1.2.15:

[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
@apjanke 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
@apjanke
Copy link
Member Author

apjanke commented Sep 15, 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.

@apjanke apjanke self-assigned this Sep 15, 2022
@apjanke apjanke added the bug Something isn't working label Sep 15, 2022
@apjanke apjanke added this to the SLF4M 1.4.0 milestone Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant