dev@glassfish.java.net

can't build

From: Bobby Bissett <bobby.bissett_at_oracle.com>
Date: Thu, 9 Dec 2010 16:46:09 -0500

With a fresh check out and empty local mvn repository, I'm hitting this issue when I try to build:

hostname% mvn -Prelease-phase1 install
[INFO] Scanning for projects...
Downloading: http://repo1.maven.org/maven2/org/glassfish/pom/8/pom-8.pom
[WARNING] Unable to get resource 'org.glassfish:pom:pom:8' from repository central (http://repo1.maven.org/maven2): Error transferring file: Network is unreachable
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
[etc]

I can hit http://repo1.maven.org/maven2/org/glassfish/pom/8/pom-8.pom fine in a browser (through proxy), so that's up. Isn't there some internal site that's supposed to supply this if I'm inside OWAN? Or do I need to create a settings file with some proxy info now?

Thanks,
Bobby