Installing Maven on Mac OS
- Download Maven binary archive (apache-maven-3.6.1-bin.tar.gz)
2. Go to your Downloads/ in terminal and extract the contents of the archive:
➜ Downloads tar xfz apache-maven-3.6.1-bin.tar
3. Move the extracted content to any folder, eg Applications:
mv Downloads/apache-maven* /Applications/apache-maven-3.6.1