melloware commented on PR #268: URL: https://github.com/apache/myfaces/pull/268#issuecomment-1149961541
When I run with... ``` Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: C:\Tools\apache-maven-3.8.5 Java version: 11.0.10, vendor: AdoptOpenJDK, runtime: C:\Tools\jdk-11.0.10 Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" ``` I get this error... ``` [ERROR] Failed to execute goal on project myfaces-impl: Could not resolve dependencies for project org.apache.myfaces.core:myfaces-impl:jar:2.2.15-SNAPSHOT: Could not transfer artifact org.apache.myfaces.core:myfaces-api:jar:tests:2.2.15-SNAPSHOT from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [tomcat (http://tomcat.apache.org/dev/dist/m2-repository, default, releases+snapshots)] - ``` It is due to this in Maven 3.8.1 and higher.. > Maven now disables all insecure http://* mirrors by default. Here is explanation from maven mainteners: http://maven.apache.org/docs/3.8.1/release-notes.html#cve-2021-26291 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
