This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Step 1: Install LZO dependencies | |
yum -y install lzo lzo-devel lzop | |
# Step 2: Install maven | |
MVN_VERSION=3.2.5 | |
MVN_MD5=b2d88f02bd3a08a9df1f0b0126ebd8dc | |
# wget http://www.apache.org/dyn/closer.cgi/maven/maven-3/$MVN_VERSION/binaries/apache-maven-$MVN_VERSION-bin.tar.gz | |
wget http://apache.claz.org/maven/maven-3/$MVN_VERSION/binaries/apache-maven-$MVN_VERSION-bin.tar.gz |
NewerOlder