Skip to content

Instantly share code, notes, and snippets.

@st63jun
Created October 10, 2011 15:58
Show Gist options
  • Save st63jun/1275679 to your computer and use it in GitHub Desktop.
Save st63jun/1275679 to your computer and use it in GitHub Desktop.
Execute Maven with Windows batch file
REM -- Good case!
REM -- Execute Maven with new process using 'call' statement
call mvn clean
call mvn package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment