Unidata / threddsIso

A THREDDS Data Server extension which generates NCML, a metadata rubric, and ISO 19115.
7 stars 17 forks source link

Update POM #26

Closed lesserwhirls closed 5 years ago

lesserwhirls commented 7 years ago

change to maven central from mirrors.ibiblio.org

add google-collections dependency

lesserwhirls commented 7 years ago

I was trying to build threddsIso on a new machine and I was getting very strange errors about artifacts coming from http://mirrors.ibiblio.org/pub/mirrors/maven2 - pretty much none of the checksums were passing. After switching over to maven central, everything was good (also had to add a dependency on google-collections to build).

It looks like http://mirrors.ibiblio.org/pub/mirrors/maven2 redirects to http://maven.ibiblio.org/maven2/, and mvn does not like the redirect (I'm running Apache Maven 3.3.9). There is a ticket ticket about this on Apache's Jira site, but the server is currently down.