Last active
December 25, 2017 10:44
-
-
Save 4ndrej/5162986 to your computer and use it in GitHub Desktop.
maven build command for sublime text 3
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
Show hidden characters
{ | |
"working_dir": "${project_path:${folder}}", | |
"shell_cmd": "mvn -fae clean install" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment