Reputation: 10948
Im very new to Maven and its depressing when i even spent hours only to update my Maven version. I need to upgrade it because this plugin and eclipse's plugin need Maven 3.11+ to get working.
I installed it by simply use :
sudo apt-get install maven
And this is the version i got :
Apache Maven 3.0.4
I tried to update it by using :
sudo apt-get --only-upgrade install maven
but it said that my maven is already up to date.
Then i found this PPA, but unfortunately this PPA dont have any Marven for Saucy (13.10).
Please help me, Thanks a lot for your help.
Upvotes: 0
Views: 154
Reputation: 121028
Can't you simply download the version of maven that you need and then put in in PATH?
Upvotes: 1