Skip to content

Instantly share code, notes, and snippets.

View amirsojoodi's full-sized avatar

AmirHossein Sojoodi amirsojoodi

View GitHub Profile
@amirsojoodi
amirsojoodi / ubuntu-maven-3
Created October 12, 2015 10:45 — forked from stephanetimmermans/ubuntu-maven-3
Install Maven3 on Unbuntu 14.04
#sudo apt-get remove maven2
sudo add-apt-repository "deb http://ppa.launchpad.net/natecarlson/maven3/ubuntu precise main"
sudo apt-get update
sudo apt-get install maven3
#If you encounter this:
#The program 'mvn' can be found in the following packages:
# * maven
# * maven2