Skip to content

Instantly share code, notes, and snippets.

View sivagnova's full-sized avatar

SivaG Denovo sivagnova

  • Denovo System
  • chennai
View GitHub Profile
@sivagnova
sivagnova / ubuntu-maven-3
Created November 16, 2020 09:04 — 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