Closed lesserwhirls closed 5 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.
change to maven central from mirrors.ibiblio.org
add google-collections dependency