Skip to content

Instantly share code, notes, and snippets.

@eyalgo
Created March 25, 2015 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eyalgo/32f8af75f65904f4b5bf to your computer and use it in GitHub Desktop.
Save eyalgo/32f8af75f65904f4b5bf to your computer and use it in GitHub Desktop.
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