I have been trying to install maven 3.0.4 using Ubuntu command line from windows 10 with following command:
sudo apt-get install maven
this command install maven 3.0.4
sudo apt-get install maven2
this command install maven 2.2.1
Is there any specific command for particularly installing maven 3.0.4? Actually I have to run a project which is maven build and Linux executable scripts. I'm a windows user and I don't know a lot about Linux stuff.