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