[MAC] maven
다운로드
http://maven.apache.org/download.cgi
압축풀기
/usr/local/apache-maven-3.3.9
PATH 설정
$ vi ~/.bash_profile
export M2_HOME=/usr/local/apache-maven-3.3.9
export M2=$M2_HOME/bin
export PATH=$M2:$PATH
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_74.jdk/Contents/Home
export PATH=$JAVA_HOME/bin:$PATH
bash 적용
$ source ~/.bash_profile