Created
October 21, 2018 20:02
-
-
Save hadongsoo/69437a76d1fd1df91a9f038d401fd362 to your computer and use it in GitHub Desktop.
mvn setting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export JAVA_HOME=$(/usr/libexec/java_home) | |
export PATH=$JAVA_HOME/bin:$PATH | |
export M3_HOME=/Users/user.name/maven | |
export M3=$M3_HOME/bin | |
export PATH=$M3:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment