Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install maven to mac using terminal without using brew [duplicate]

I'd like to know how to install maven(apache-maven-3.1.1) to mac using the terminal application without using brew.

If possible please explain in steps with commands.

without using brew!!

like image 750
Charana STR Avatar asked Feb 26 '14 04:02

Charana STR


1 Answers

If you have homebrew installed, it should be as simple as

brew install maven

If you don't have homebrew installed (and you should have it installed) the installation instructions are here

like image 189
zchrykng Avatar answered Nov 15 '22 11:11

zchrykng