OpenConext-Attic / OpenConext-vm

:warning: Obsolete respository, archive only :zzz:
4 stars 9 forks source link

apache-maven URL has changed #28

Closed remold closed 9 years ago

remold commented 9 years ago

in file: scripts/dependencies/maven_install.sh Change: MVN_URL=http://apache.cs.uu.nl/dist/maven/maven-3/${MVN_VERSION}/binaries/apache-maven-${MVN_VERSION}-bin.tar.gz

into: MVN_URL=http://apache.cs.uu.nl/maven/maven-3/${MVN_VERSION}/binaries/apache-maven-${MVN_VERSION}-bin.tar.gz

(to be removed 5 characters: /dist)

remold commented 9 years ago

FYI: Error shown during install of the OpenConext-VM was:

#############################################################################

Installing Maven... (xx:xx:xx)

#############################################################################

gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now

relaxnow commented 9 years ago

:+1: thanks, nice and googleable :smile: