Home:ALL Converter>Grails unable to download dependencies behind proxy and firewall

Grails unable to download dependencies behind proxy and firewall

Ask Time:2013-08-16T08:39:22         Author:ubiquibacon

Json Formatter

Title says it, Grails is unable to download dependencies behind my organization's proxy and firewall. Now that I know what the problem is I need to tell my IT department to allow requests to those URLs through the firewall. Based on the error messages Grails gave me I can determine that variants of...

http://grails.org

http://repo1.maven.org

...need to be let through the firewall, but I'm not sure if those two will get Grails everything it needs now, or in the future as I install plugins.

What are all the domains/URLs Grails requests dependencies from?

Update:

I gave the list of the domains @dmahapatro provided to my IT department and it seems Grails is now able to resolve dependencies correctly. Here is a consolidated list of those domains:

http://grails.org

http://repo1.maven.org

http://repo.grails.org

http://snapshots.repository.codehaus.org

http://repository.codehaus.org

http://download.java.net

http://repository.jboss.com

Author:ubiquibacon,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/18264085/grails-unable-to-download-dependencies-behind-proxy-and-firewall
yy