I installed maven on my Ubuntu machine with the command sudo apt-get install maven
Now I need to know where it is installed in order to configure the sa
I would like to add that .m2 folder a lot of people say it is in your home folder. It is right. But if use maven from ready to go IDE like Spring STS then your .m2 folder is placed in root folder
To access root folder you need to switch to super user account
sudo su
Go to root folder
cd root/
You will find it by
cd -all