Skip to content

Instantly share code, notes, and snippets.

@nakomis
Created May 27, 2014 11:05
Show Gist options
  • Save nakomis/74d5e9d17dc82b0a590c to your computer and use it in GitHub Desktop.
Save nakomis/74d5e9d17dc82b0a590c to your computer and use it in GitHub Desktop.
yum install java-1.6.0-openjdk-devel
yum install git
git clone git@github.com:brooklyncentral/brooklyn
cd brooklyn
wget http://mirrors.gigenet.com/apache/maven/maven-3/3.0.5/binaries/apache-maven-3.0.5-bin.tar.gz
su -c "tar -zxvf apache-maven-3.0.5-bin.tar.gz -C /opt/"
# Add the following lines to maven.sh
export M2_HOME=/opt/apache-maven-3.0.5
export M2=$M2_HOME/bin
PATH=$M2:$PATH
mvn clean install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment