Skip to content

Instantly share code, notes, and snippets.

@yinyin
Created September 3, 2015 16:23
Show Gist options
  • Save yinyin/33765704aa8e18aaa941 to your computer and use it in GitHub Desktop.
Save yinyin/33765704aa8e18aaa941 to your computer and use it in GitHub Desktop.
#!/bin/bash
MVN_HOME=/.../apache-maven-3.3.3
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/jre
exec $MVN_HOME/bin/mvn "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment