How to install maven to mac using terminal without using brew

macos, maven, maven-3, terminal

Solution

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

Problem

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!!

Original source

Related problems