package.bat 127 B

12345678
  1. @echo off
  2. echo [INFO] Package the war in target dir.
  3. cd %~dp0
  4. cd ..
  5. call mvn clean package -Dmaven.test.skip=true
  6. cd bin
  7. pause