Skip to content

Instantly share code, notes, and snippets.

@rangalo
Last active August 29, 2015 14:16
Show Gist options
  • Save rangalo/7bd90218c75c72b2f3dc to your computer and use it in GitHub Desktop.
Save rangalo/7bd90218c75c72b2f3dc to your computer and use it in GitHub Desktop.
Set maven path
# open ~/.bashrc in your favorite editor (gedit, sublime, vim etc)
# add following to the file
# maven
export M2_HOME=${HOME}/apps/maven
export PATH=${PATH}:${M2_HOME}/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment