Skip to content

Instantly share code, notes, and snippets.

@eyalgo
Created March 25, 2015 23:39
Embed
What would you like to do?
install maven
# root
su -
# installation location
mkdir /opt/maven
# unzip
tar -zxvf /path/.../apache-maven-3.3.1-bin.tar.gz -C /opt/maven
# link
ln -s /opt/maven/apache-maven-3.3.1/ /opt/maven/latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment