Tuesday, June 25, 2013

How to install Maven in Ubuntu

In a terminal(alt+ctrl+t)
type
apt-cache search maven
to get all the available Maven package.







To install maven type
sudo apt-get install maven
in terminal






Type
mvn -version
in your terminal to verify your installation.



You have successfully installed maven.






No comments:

Post a Comment