How to install maven in Linux?
Posted by Joys of Programming on in Java
Installing maven in Ubuntu is as simple as executing the following command
$ sudo apt-get install maven2
Note that you must be connected to the internet to execute the command
Comments: