brew install maven 404 error
homebrew, maven
Solution
If you are still getting errors with the url, try `brew update` and then `brew install maven`. Fixed the problem for me.
Problem
I did a `brew install maven` and it resulted in below: ``` ==> Downloading http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-3.0.4-bin.tar.gz ==> Best Mirror http://apache.oss.eznetsols.org/maven/binaries/apache-maven-3.0.4-bin.tar.gz curl: (22) The requested URL returned error: 404 Error: Download failed: http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-3.0.4-bin.tar.gz ``` At first I thought it is a mirror problem with my network. But I changed to another network, and it is still the same. And still the same error after 4 days. I wonder if others are affected. What should I do to install maven with brew?