I am installing cloudstack on ubuntu and it uses maven to resolve its dependencies. I am getting the following errors when am running the command mvn -P deps <
If you get this issue but at the same can access the URL using browser, then doing mvn clean before mvn install may solve the problem. This solved my problem.